1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

ssh shortcuts

This commit is contained in:
2021-10-08 10:03:38 -04:00
parent 1329ec8f95
commit b611c02fb9
5 changed files with 48 additions and 7 deletions

View File

@@ -40,12 +40,54 @@ Host tufts
ForwardAgent yes
Host code
HostName code.jarv.is
# tailscale IP:
HostName 100.76.96.117
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host tor
# tailscale IP:
HostName 100.68.159.54
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host y2k
# tailscale IP:
HostName 100.79.167.105
Port 32422
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host nas
# home net:
HostName 192.168.20.11
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host seed
# home net:
HostName 192.168.20.12
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host argo
# home net:
HostName 192.168.20.13
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
ForwardAgent yes
Host github.com
HostName github.com
User git