dotfiles/.ssh/config

6 lines
85 B
Plaintext
Raw Normal View History

2020-08-01 03:59:49 +00:00
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ForwardAgent yes