ubuntu 安装 ssh 服务器
《转》http://blog.csdn.net/ljob2006/article/details/5302108
使用Windows远程登录 Ubuntu
一、SSH登录
1、Ubuntu默认没有安装SSH ,可以在新得利软件安装程序里,搜索SSH,标记并安装;
或者使用命令:
sudo apt-get install openssh-server
sudo /etc/init.d/ssh restart
ssh localhost
用netstat -tlp可以查看ssh服务已经打开.
显示如: tcp6 0 0[::]:ssh [::]:* LISTEN
2、然后在Ubuntu里,菜单‘系统’ - ‘首选项’ - ‘远程桌面’ ,打开相关选项 。
3、在 Windows系统里 ,使用 Putty 或者 SSH Secure Shell Client 进行登录,输入机器名或IP、用户名、端口、密码,即可登录到Ubuntu终端界面。

浙公网安备 33010602011771号