Ubuntu上ssh时跳过known_hosts文件办法


Ubuntu上ssh时跳过known_hosts文件办法:

$ vi ~/.ssh/config

按a或i进入编辑模式

StrictHostKeyChecking no
UserKnownHostsFile /dev/null

按Esc键退出编辑模式

:wq  (保存并退出)

你可能感兴趣的:(known_hosts)