windows 连接工具 Xshell6
PUTTY 连接会出现失败
步骤:
0x00 打开ssh所在目录
cd /etc/ssh/
0x01 备份keys
创建文件夹 mkdir keys_backup
0x02 移动keys到文件夹
mv ssh_host_* keys_backup
0x03 创建一个新的钥匙
dgkg-reconfigure openssh-server
0x04 修改sshd_config文件
位置: /etc/ssh/sshd_config
1、#PasswordAuthentication yes ------去掉注释
2、PermitEmptyPasswordsno 修改为 PermitRootLogin yes
0x05 连接
ifconfig 查看地址
service ssh start 开启服务
/etc/init.d/ssh start --------会出现hostname问题
netstat -antp or service ssh status ---查看运行状况
Xshell6S使用
END