Remote Desktop to Raspberry Pi from OS X w/ ssh XForwarding

Ssh Xforwarding

First, visit fusionstrike for instructions on how to enable SSH on your Raspberry Pi. In short, you will need to make sure you have a public key in the /home/pi/.ssh/authorized_keys directory. The directory should be chmod 700 and the file chmod 600.

You can then SSH to the box with something like:

ssh pi@123.456.789.123 -i /path/to/private.key -X

The -i option will specify your private key and -X will turn on X Forwarding.

Once you’ve logged in you should be able to run lxsession to start the Lightweight Desktop (LXDE):

Raspberry Pi From Os X with X11 / X Forwarding

Related Posts:

This entry was posted in Server Admin and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>