有些服务器会更改SSH端口,更改方法如下:
1、更改ssh端口,ssh配置文件sshd_config
#Port 22
Port 65535
2、更改后使用新方式进行修改配置文件
ssh-copy-id "-p port user@host"
ssh-copy-id "-p 65535 user@192.168.3.102"3、配置ansible的hosts配置文件
[port]
192.168.3.102
[port:vars]
ansible_ssh_user="user"
ansible_ssh_port=65535
欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) | Powered by Discuz! X2.5 |