Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save innat/5f2d7e8b50d0e94341c745cb659a37b0 to your computer and use it in GitHub Desktop.

Select an option

Save innat/5f2d7e8b50d0e94341c745cb659a37b0 to your computer and use it in GitHub Desktop.
Setting show to execute Linux GUI apps remotely using ssh - putty client and forwarding X11 content to a local windows Xming

Necessary Softwar

Install all of them and using putty remotely access to raspberry pi. We need to configure something.Type following command to edit a config file.

sudo nano /etc/ssh/ssh_config

following item need to change..

before

jsut edit like following and save it..

after

exit putty and donload following item and install in on windows.

After that open Putty and now we need to enable X11 from following directory, just before log in to raspbian.

  |-Putty                              
  |  |-Connection                           
  |  |  |-X11                                             

hint

Now log in to raspberry pi.All done.

test: for opening xclock , type xclock & for opening libreoffice , type libreoffice & for opening thonny python ide , type thonny &

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment