ssh鏈接批量修改主機名報出如下提示:vim
[root@bqh-nfs-123 ~]# vim modfilyhostname.sh [root@bqh-nfs-123 ~]# sh modfilyhostname.sh Address 192.168.43.117 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.118 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.119 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.120 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.121 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.122 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.123 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! to the address - POSSIBLE BREAK-IN ATTEMPT! Address 192.168.43.124 maps to bogon, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
通常是在配置無密碼登陸時致使,解決方法以下:ssh
修改本機ssh_config文件 ,將GSSAPIAuthentication yse 改成:GSSAPIAuthentication nothis
[root@bqh-117 ~]# sed -i 's#GSSAPIAuthentication yes#GSSAPIAuthentication no#g' /etc/ssh/ssh_config [root@bqh-117 ~]# sed -n 50p /etc/ssh/ssh_config GSSAPIAuthentication no
GSSAPIAuthentication的做用:是否容許使用基於GSSAPI的用戶認證spa