在Ubuntu 桌面版 12.04 LTS安装并运行SSH


第一步:安装openssh-server

#sudo apt-get install openssh-server

第二步:查看ssh服务是否已经运行,执行

#ps -e | grep ssh

执行完后可以看到ssh-agent和sshd都运行了。

第三步:重启shh服务

#service sshd restart

第四步:从别的机器上用secureCRT登录Ubundu机器,输入用户名密码,终端显示:

Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic-pae i686)

 * Documentation:  https://help.ubuntu.com/


The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

hy@hy-Aspire-SA10:~$ pwd
/home/hy

这说明SSH服务已经成功了。

至此全文结束,有问题还望您提出。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM