[Minor] sync laptop
This commit is contained in:
parent
958fd3b7ea
commit
321c7e08b3
13 changed files with 97 additions and 30 deletions
|
@ -1,6 +1,14 @@
|
|||
IdentityFile ~/.ssh/id_ed25519_sk
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_secondary
|
||||
|
||||
Host ASCN
|
||||
ControlMaster auto
|
||||
HostName 192.168.56.*
|
||||
User vagrant
|
||||
Port 22
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
||||
Host gon
|
||||
ControlMaster auto
|
||||
HostName git.olympuslab.net
|
||||
|
@ -8,3 +16,4 @@ Host gon
|
|||
Port 522
|
||||
ControlPath ~/.ssh/session.%r@%h:%p
|
||||
ControlPersist 5m
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue