From 943e5acf547d16dcea40ae67a9c0a97494c6fb4e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 24 Sep 2018 16:05:49 -0400 Subject: Remove my SSH configuration file that was out of date anyway --- ssh/config | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 ssh/config (limited to 'ssh') diff --git a/ssh/config b/ssh/config deleted file mode 100644 index 6f25763..0000000 --- a/ssh/config +++ /dev/null @@ -1,43 +0,0 @@ -# Prevent timeouts on certian systems -GSSAPIAuthentication no - -host xoeris - hostname xoeris.com - user mitch - port 49000 - -host xoeris.com - hostname xoeris.com - user mitch - port 49000 - -host rygel.us - hostname rygel.us - user mitch - port 49000 - -# Home servers -host gw - hostname 10.73.0.1 - port 22 - user mitch - -# Friends -host kyle - hostname glados.blanker.us - port 48000 - user mitch - - -# -# Github stuff -host github.com - hostname ssh.github.com - user git - port 443 - # identityfile ~/.ssh/id_rsa -host github - hostname ssh.github.com - user git - port 443 - # identityfile ~/.ssh/id_rsa -- cgit v1.2.3