From f92106e7df261f3814015e3f683135c431360079 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Fri, 4 Nov 2022 08:28:48 -0400 Subject: [PATCH] Some changes to SSH configuration file --- .ssh/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index a62af05..59ab738 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,20 @@ -Host 10.16.*.* +Host srv-nebula-master srv-nebula-master.edgeware.tv + User=oneadmin + Compression=yes + +Host 10.16.*.* 10.19.* orbit-* anthony-* *.edgeware.tv User root + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null + Compression=yes + ForwardAgent=yes Host 192.168.11.13, anthony-dev User root + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null + Compression=yes + ForwardAgent=yes + +host newenglandsalts.com + User=root