Files
dotfiles/.ssh/config
2026-03-16 12:58:14 +00:00

18 lines
393 B
Plaintext

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.francof.net gf
HostName git.francof.net
User git
Port 522
Host github.com gh
HostName github.com
User git
Port 22