Files
shellfiles/ssh/config
2026-01-19 21:12:56 -05:00

28 lines
546 B
Plaintext

Host gitzappy
Hostname zappy.jaredlog.com
IdentityFile ~/.ssh/github_rsa
IdentitiesOnly yes
Host gitgithub
Hostname github.com
IdentityFile ~/.ssh/github_rsa
IdentitiesOnly yes
Host zappyroot
User root
Hostname zappy.jaredlog.com
IdentityFile ~/.ssh/zappy-root_rsa
IdentitiesOnly yes
Host zappyjared
User jared
Hostname zappy.jaredlog.com
IdentityFile ~/.ssh/zappy-jared_rsa
IdentitiesOnly yes
Host zippy
User jared
Hostname zippy.taylerinfomedia.com
IdentityFile ~/.ssh/zippy_id_rsa
IdentitiesOnly yes