远程连接树莓派,ssh,putty,vnc,xrdp

总结远程连接树莓派的三种方式,对大部分Linux系统同样适用。 
首先需要将树莓派连接上网,ifconfig记录ip地址。

第一种:ssh远程连接 
linux下使用 
ssh [email protected] 
可以登录。在windows下使用putty这个工具,下载地址文末。 
操作如图。 
***Open 
Username:pi 
Passwd:raspberry***(必要条件) 
远程连接树莓派,ssh,putty,vnc,xrdp 
远程连接树莓派,ssh,putty,vnc,xrdp

第二种:使用xrdp远程连接树莓派

sudo apt-get install xrdp 
win8打开远程桌面连接。 
输入你树莓派或者linux系统的用户名密码。 
远程连接树莓派,ssh,putty,vnc,xrdp 
远程连接树莓派,ssh,putty,vnc,xrdp 
远程连接树莓派,ssh,putty,vnc,xrdp

第三种:Vnc远程连接树莓派桌面

sudo apt-get install tightvncserver 
Vncserver :1 系统会提示你输入密码并确认一次。

现在VNC server已经启动了,所以我们可以尝试连接一下,但我们先得切换到另一台电脑上,安装一个VNC客户端然后连接到树莓派。 
电脑上安装vnc viewer软件。 
远程连接树莓派,ssh,putty,vnc,xrdp 
远程连接树莓派,ssh,putty,vnc,xrdp

Putty下载:http://www.chiark.greenend.org.uk/~sgtatham/putty/ 
Vnc viewer下载地址:http://www.techspot.com/downloads/5760-vnc-viewer.html