ongerma.blogg.se

Enable vnc through ssh
Enable vnc through ssh






enable vnc through ssh
  1. #Enable vnc through ssh trial
  2. #Enable vnc through ssh windows

#Enable vnc through ssh windows

Also, VNC can be used from both Windows and Linux machines in pretty much the same way.

#Enable vnc through ssh trial

After some trial and error, I found that for access to the Raspberry Pi graphical desktop and applications, VNC works better than X forwarding over SSH. SSH works fine for accessing the Raspberry Pi terminal, but occasionally you need to acess the graphic desktop as well. “X” is a window systems used in Unix and also Linux systems, like the Raspbian OS on the Raspberry Pi. You could also transfer files and even access some graphical applications over SSH using what is called as “X forwarding”. To access the Raspberry Pi terminal and issue text commands remotely, we will be using the SSH (Secure Shell) protocol. I also added some additional info, based on my mistakes and some forum posts I read, so keep reading… Be sure to bookmark the site and check for updates.

enable vnc through ssh

This is an open source project and more information is being added on a regular basis. My starting point was the official Raspberry Pi documentation page. The steps below will work for Raspberry Pi models B, B+ and 2. I want to put my Raspberry Pi 2 on a small mobile robot platform, so I can’t have it drag a mouse, keyboard and monitor around. In some posts this is referred to as running your Raspberry Pi “headless”. I do not have a Mac, but the steps should be very simillar. This post will cover the steps necessary to set-up remote access to the Raspberry Pi terminal and graphical desktop environment from a Windows, or Linux PC.








Enable vnc through ssh