diff options
author | June McEnroe <june@causal.agency> | 2020-06-11 15:29:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-11 15:29:13 -0400 |
commit | 76cccb39d1a8157292a4820ce07858fec4e5848e (patch) | |
tree | 1bc873075791d55d21b6dc3aad1ea93dbf502697 /home | |
parent | Add additional permission for linking with LibreSSL (diff) | |
download | src-76cccb39d1a8157292a4820ce07858fec4e5848e.tar.gz src-76cccb39d1a8157292a4820ce07858fec4e5848e.zip |
Add all VMs to ssh config
Diffstat (limited to '')
-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 0676b499..5dad0aba 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -5,7 +5,7 @@ HashKnownHosts yes SendEnv LANG LC_* -Host monday tux +Host monday beastie puffy toaster tux HostName %h.local ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 |