ssh priv key in a better place to get picked up automatically

This commit is contained in:
Seth Vidal 2012-11-12 20:44:56 +00:00
parent 1837d78e1e
commit 5e3b559e59
2 changed files with 8 additions and 1 deletions

4
files/copr/ssh_config Normal file
View file

@ -0,0 +1,4 @@
Host *
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no
UserKnownHostsFile /dev/null