1.apt-get install openssh-server
2.修改ssh的配置文件/etc/ssh/sshd_config
注释掉以前的:PermitRootLogin without-password
添加: PermitRootLogin yes
3.重启ssh
记得此时不管你是普通用户还是root用户,请使用 sudo service ssh restart 来重启,
因为我使用root用户 用service ssh restart不起作用。(操蛋,这里忽悠了几个小时,干)
4.然后使用putty进行连接就可以连上了,或者使用其他的ftp上传软件用ssh协议进行连接。