From 8bc100971cfbd8e49007c0bc1d408cb57ee4c80c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 28 Feb 2016 18:33:24 +0200 Subject: [PATCH] Removed test VPN hosts from DY SSH config. --- .ssh/config.d/20_dynamicyield | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.ssh/config.d/20_dynamicyield b/.ssh/config.d/20_dynamicyield index 67d5a80..c771994 100644 --- a/.ssh/config.d/20_dynamicyield +++ b/.ssh/config.d/20_dynamicyield @@ -13,23 +13,3 @@ IdentityFile ~/.ssh/dynamicyield Host *.dynamicyield.com User nimrod IdentityFile ~/.ssh/dynamicyield - -Host ipsec_server -HostName 52.71.79.2 -User centos -IdentityFile ~/.ssh/vpntest - -Host ipsec_client -HostName 52.49.108.77 -User centos -IdentityFile ~/.ssh/vpntest - -Host vpntest1 -HostName 54.194.246.76 -User centos -IdentityFile ~/.ssh/vpntest - -Host vpntest2 -HostName 52.91.55.228 -User centos -IdentityFile ~/.ssh/vpntest -- GitLab