diff options
author | June McEnroe <june@causal.agency> | 2022-05-16 17:37:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-05-16 17:37:57 -0400 |
commit | cd4f393282e79bfa7a1c030e307ee99c79f8de8e (patch) | |
tree | 354edb022236a4fe78339ab722f2c9431bca3bf1 /home/.ssh/config | |
parent | Add back grc alias (diff) | |
download | src-cd4f393282e79bfa7a1c030e307ee99c79f8de8e.tar.gz src-cd4f393282e79bfa7a1c030e307ee99c79f8de8e.zip |
Add all possible hostnames to ssh config
Diffstat (limited to 'home/.ssh/config')
-rw-r--r-- | home/.ssh/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index d354a6ea..b2035a81 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -8,13 +8,9 @@ Host monday beastie puffy toaster tux progynova ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 -Host scout pyro +Host scout soldier pyro demo heavy engi medic sniper spy HostName %h.causal.agency Port 2222 -Host june july - HostName %h.nyc3.do.causal.agency - Port 2222 - Host git.causal.agency temp.causal.agency Port 2222 |