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 | a1db01fec57e5e7f3295543eb27af767ede0bc4f (patch) | |
tree | 80036c90455f7ed3900d414f77d44150548dd53f /home | |
parent | Add additional permission for linking with LibreSSL (diff) | |
download | src-a1db01fec57e5e7f3295543eb27af767ede0bc4f.tar.gz src-a1db01fec57e5e7f3295543eb27af767ede0bc4f.zip |
Add all VMs 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 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 |