1. sudo vim /etc/ssh/sshd_config
    2. Port 22 #默认即可,如果有端口占用可以自己修改
    3. PasswordAuthentication yes # 允许用户名密码方式登录
    4. sudo /etc/init.d/ssh start