From 76cccb39d1a8157292a4820ce07858fec4e5848e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 11 Jun 2020 15:29:13 -0400 Subject: Add all VMs to ssh config --- home/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit 1.4.1