diff options
author | June McEnroe <june@causal.agency> | 2021-09-26 21:25:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-26 21:25:24 -0400 |
commit | 4f8e3a850f33eed180a3f404b61cdb46eb81aac4 (patch) | |
tree | c9fe6f231048d44ff9bd7b475cd273c410674665 /home | |
parent | Update dash autoconf/automake files (diff) | |
download | src-4f8e3a850f33eed180a3f404b61cdb46eb81aac4.tar.gz src-4f8e3a850f33eed180a3f404b61cdb46eb81aac4.zip |
Add pyro to ssh config
Diffstat (limited to 'home')
-rw-r--r-- | home/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index a2e6db08..d354a6ea 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -8,7 +8,7 @@ Host monday beastie puffy toaster tux progynova ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 -Host scout +Host scout pyro HostName %h.causal.agency Port 2222 |