[systemwide] in /etc/ssh/ssh_config (global client conf file) add stanza: Host 192.168.168.* StrictHostKeyChecking no UserKnownHostsFile=/dev/null * This may be done by subnet or host.
&
[per session] $ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ uid@192.168.168.192
No comments:
Post a Comment