How to run several commands with SSH.Net?

How can I run scripts/commands *on* my Raspberry Pi over SSH?

  • I can run commands fine on the PI it's self through the terminal terminal. However I am using it over SSH. My goal is to use FEH (a simple image viewer) to display an image on ...show more

  • Answer:

    Maybe you are not doing your ssh cnnection correctly. Should be ssh -X [email protected] The -X (note it's capital X) allows what's called "X forwarding" You don't say what you are ssh-ing from. If it's Linux, the -X is enough. If it's Windows, you need to install and run Xming (free) before you start PuTTY, and switch on "X forwarding" in the PuTTY settings, before connecting.

UY2YZKBERZGV47DVFFJHQG5UAE at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.