dotfiles/.ssh/config
2024-05-01 18:54:40 +01:00

17 lines
394 B
Text

IdentityFile ~/.ssh/touch_key
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
Host git.olympuslab.net gon
HostName git.olympuslab.net
User git
Port 522
Host github.com gh
HostName github.com
User git
Port 22