chore(ssh): added ssh:simple ssh key
This commit is contained in:
parent
c7e5796c14
commit
9a5f4117dd
2 changed files with 5 additions and 3 deletions
|
@ -1,20 +1,22 @@
|
|||
Host gon
|
||||
Host git.olympuslab.net gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
User git
|
||||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
IdentityFile ~/.ssh/simple_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host gh
|
||||
Host github.com gh
|
||||
ControlMaster auto
|
||||
HostName github.com
|
||||
User git
|
||||
Port 22
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 10m
|
||||
IdentityFile ~/.ssh/simple_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue