mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
ssh shortcuts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user