From 14831574b38adee86d686bafa00481bb89d7f406 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 22 Jun 2018 19:49:50 -0500 Subject: [PATCH] SSH: Remove deprecated hosts --- .ssh/config | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.ssh/config b/.ssh/config index 6c595578..e69de29b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,15 +0,0 @@ - -Host cobalt - HostName 192.168.0.1 - Port 22 - User salt - -Host tungsten - HostName 192.168.0.100 - Port 22 - User salt - -Host iridium - HostName 192.168.0.101 - Port 22 - User salt