[MINOR] changed .ssh/config to use the new keys
This commit is contained in:
parent
4749e843f9
commit
851d5d4dd1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
IdentityFile ~/.ssh/id_ecdsa_sk
|
IdentityFile ~/.ssh/id_ed25519_sk
|
||||||
IdentityFile ~/.ssh/id_ecdsa_sk_backup
|
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||||
|
|
||||||
Host git.olympuslab.net github.com
|
Host git.olympuslab.net github.com
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/session.%r@%h:%p
|
ControlPath ~/.ssh/session.%r@%h:%p
|
||||||
ControlPersist 1d
|
ControlPersist 5m
|
||||||
|
|
Loading…
Reference in a new issue