Ubuntu 安装第一步,打开ssh
http://blog.csdn.net/u010447234/article/details/53557795
1.检查是否有ssh在运行
ps -e | grep ssh*
2.安装openssh
apt-get install openssh-server
apt-get install openssh-client
3.修改/etc/rc.local文件,在exit 0语句前加入:
/etc/init.d/ssh start
http://blog.csdn.net/u010447234/article/details/53557795
1.检查是否有ssh在运行
ps -e | grep ssh*
2.安装openssh
apt-get install openssh-server
apt-get install openssh-client
3.修改/etc/rc.local文件,在exit 0语句前加入: