Removed /usr/local from CDPATH
[clearscm.git] / rc / sshconfig
index 0cda956..0ea3d8f 100644 (file)
@@ -1,7 +1,11 @@
 StrictHostKeyChecking no
 LogLevel ERROR
 
-Host jupiter cpanel github.com sandbox sandboxal
+Host sandbox sandboxu sandboxc7 mars earth home defaria.com training
+  ForwardX11 yes
+  ForwardX11Trusted yes
+
+Host jupiter cpanel github.com
   ForwardX11 no
   ForwardX11Trusted no
 
@@ -16,29 +20,14 @@ Host home
   User andrew
   IdentityFile         ~/.ssh/id_ecdsa
 
-Host nightly
-  Hostname 10.2.96.137
-
-Host sandboxal
-  Hostname 10.2.99.106
-  IdentityFile         ~/.ssh/cpanelkey
-
-Host sandbox
-  Hostname 10.2.99.60
-  IdentityFile         ~/.ssh/cpanelkey
-
-Host enterprise.cpanel.net
-  IdentityFile         ~/.ssh/cpanelkey
-
-Host 10.2.* sandbox*
+Host 10.2.* sandbox* training
   ForwardAgent yes
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
   AddKeysToAgent yes
   IdentitiesOnly yes
-  ForwardX11 no
-  ForwardX11Trusted no
   User root
+  IdentityFile         ~/.ssh/cpanelkey
 
 Host *
   ServerAliveInterval 300