dotfiles/ssh/config
James Patrick 89a2f6d6ca
Use Pub key with IdentifyFile
This is to allow the correct usage of ssh keys from my password vault
where there are multiple keys that _could_ work.
2024-07-16 11:47:01 -04:00

18 lines
327 B
Plaintext

ServerAliveInterval 300
ServerAliveCountMax 3
host github.com
IdentityFile ~/.ssh/github.com.pub
IdentitiesOnly yes
Host git.jpatrick.io
Port 222
IdentityFile ~/.ssh/git.jpatrick.io
Host jpatrick.io
IdentityFile ~/.ssh/jpatrick.io
Host *.greenfiling.com
ForwardAgent yes
Host *
UseRoaming no
Include config.d/*