安装ssh apt-get install openssh-server
启动 service sshd start
停止 service sshd stop
修改配置文件 /etc/ssh/sshd_config
PasswordAuthentication yes PermitRootLogin yes
登录ssh的用户名和密码即登录本机的用户名和密码