一、安装openssh服务器
$ sudo apt-get install openssh-server
二、启动ssh服务
安装完成后,启动服务:
$ sudo /etc/init.d/ssh start
端口一般都默认为22