diff options
Diffstat (limited to 'ssh/config')
| -rw-r--r-- | ssh/config | 43 |
1 files changed, 0 insertions, 43 deletions
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 |
