[MINOR] added ssh alias for git.olympuslab.net (gon)
This commit is contained in:
parent
b9167a0cac
commit
430e2a1c12
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host git.olympuslab.net github.com
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
Host gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
User git
|
||||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
|
Loading…
Reference in a new issue