ssh登录时不校验被登录机器的方法
在linux的用户目录下的.ssh文件下,touch config;注意config的权限控制,-rw-r--r--.
配置内容:
cat config:
Host * StrictHostKeyChecking no UserKnownHostsFile /dev/null
参考:http://www.worldhello.net/2010/04/08/1026.html
https://deepzz.com/post/how-to-setup-ssh-config.html