1:安装
$ sudo apt-get install openssh-server
2:检查ssh服务开启状态
$ ps -s | grep ssh
3:启动ssh服务
$ service ssh start
4:本地登录
$ ssh localhost