Advertisement
c2c2_

SSH: Disable host key checking

Jul 29th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Add the following to .ssh/config or /etc/ssh/ssh_config
  2.  
  3. Host *
  4. StrictHostKeyChecking no
  5. UserKnownHostsFile=/dev/null
Tags: ssh ssh_config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement