diff options
author | June McEnroe <june@causal.agency> | 2020-09-11 20:46:34 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-11 20:46:34 -0400 |
commit | 82c4c4b0f28a64120aa76f85e5eee01a06225ef6 (patch) | |
tree | e56414cad77141c9a39a6493f2c062d47567e1a0 | |
parent | Add influencer tweet (diff) | |
download | src-82c4c4b0f28a64120aa76f85e5eee01a06225ef6.tar.gz src-82c4c4b0f28a64120aa76f85e5eee01a06225ef6.zip |
Add debian VM name to ssh
-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 5dad0aba..3fc6a8db 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -5,7 +5,7 @@ HashKnownHosts yes SendEnv LANG LC_* -Host monday beastie puffy toaster tux +Host monday beastie puffy toaster tux progynova HostName %h.local ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 |