dotfiles/.ssh/config

37 lines
962 B
Text

Host gon
ControlMaster auto
HostName git.olympuslab.net
User git
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host gh
ControlMaster auto
HostName github.com
User git
Port 22
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
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
Host Fixo
ControlMaster auto
HostName 10.8.0.9
User afonso
Port 22
IdentityFile ~/.ssh/id_rsa
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m