SSH登录
1、Ubuntu默认没有安装SSH ,可以在新得利软件安装程序里,搜索SSH,标记并安装;
   或者使用命令:
   sudo apt-get install openssh-server
   sudo /etc/init.d/ssh restart
   ssh localhost
2、然后在Ubuntu里,菜单‘系统'-‘首选项’-‘远程桌面’ ,打开相关选项。
3、在 Windows系统里 ,使用 Putty 或者 SSH Secure Shell Client 进行登录,输入机器名或IP、用户名、端口、密码,即可登录到Ubuntu终端界面。
 
  telnet
sudo apt-get install telnetd