dotfiles/.ssh/config
afranco 816b24b84e
chore: A bunch of things.
Themery for nvim, tmux theme, zsh stuff
2025-06-04 11:48:36 +01:00

20 lines
514 B
Text

IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
IdentityFile ~/.ssh/id_rsa
Host gon
ControlMaster auto
HostName git.olympuslab.net
User git
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
Host Search
ControlMaster auto
HostName s7edu2.di.uminho.pt
User pg53595
Port 22
IdentityFile ~/.ssh/id_search
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m