[Minor] sync laptop

This commit is contained in:
Afonso Franco 2023-10-04 09:07:13 +01:00
parent 958fd3b7ea
commit 321c7e08b3
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
13 changed files with 97 additions and 30 deletions

View file

@ -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