青春无悔
分类: LINUX
2014-11-10 17:06:07
By default Ubuntu Desktop OS comes with ssh clientpackage. It does not include ssh server package which is needed to access this machine.
To install SSH on the newly installed Ubuntu 12.04 run following commands
sudo apt-get update sudo apt-get install ssh sudo /etc/init.d/ssh restart
~$ ps -e |grep ssh
2317 ? 00:00:00 ssh-agent
3559 ? 00:00:00 sshd
sshd说明启动已成功!