ssh priv key in a better place to get picked up automatically
This commit is contained in:
parent
1837d78e1e
commit
5e3b559e59
2 changed files with 8 additions and 1 deletions
4
files/copr/ssh_config
Normal file
4
files/copr/ssh_config
Normal file
|
@ -0,0 +1,4 @@
|
|||
Host *
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue