Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 160 Bytes

prevent-hostkey-being-save.md

File metadata and controls

9 lines (7 loc) · 160 Bytes

Prevent hostkey from being saved

Add a section to ~/.ssh/config

host 192.168.*.*
    StrictHostkeyChecking no
    UserKnownHostsFile /dev/null