使用命令打开配置文件:
vi /etc/ssh/sshd_config
修改AddressFamily any 前面的 # 删除
修改PermitRootLogin yes 前面的 # 删除
修改PasswordAuthentication yes 前面的 # 删除
重启ssh服务, service ssh restart
使用命令打开配置文件:
vi /etc/ssh/sshd_config
修改AddressFamily any 前面的 # 删除
修改PermitRootLogin yes 前面的 # 删除
修改PasswordAuthentication yes 前面的 # 删除
重启ssh服务, service ssh restart