sudo apt-get install openssh-server
#netstat -a | grep ssh < or >
#ps -ef | grep ssh
start sshd server
# service sshd start
# service sshd restart
<or>
# /ect/init.d/sshd start
# /ect/init.d/sshd restart
sudo apt-get install openssh-server
#netstat -a | grep ssh < or >
#ps -ef | grep ssh
start sshd server
# service sshd start
# service sshd restart
<or>
# /ect/init.d/sshd start
# /ect/init.d/sshd restart
转载于:https://www.cnblogs.com/but009/p/5697911.html