[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
|
||||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||||
|
|
||||||
Host git.olympuslab.net github.com
|
Host gon
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/session.%r@%h:%p
|
HostName git.olympuslab.net
|
||||||
|
User git
|
||||||
|
Port 522
|
||||||
|
ControlPath ~/.ssh/session.%r@%h:%p
|
||||||
ControlPersist 5m
|
ControlPersist 5m
|
||||||
|
|
Loading…
Add table
Reference in a new issue