diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-09-24 16:05:49 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-09-24 16:05:49 -0400 |
| commit | 943e5acf547d16dcea40ae67a9c0a97494c6fb4e (patch) | |
| tree | 8532bc1ec9da9432ec3b430b0312cec824bb4546 /ssh | |
| parent | 653af2a62997828f8d59fd572a937b8e449745bb (diff) | |
| download | dotfiles-943e5acf547d16dcea40ae67a9c0a97494c6fb4e.tar.gz dotfiles-943e5acf547d16dcea40ae67a9c0a97494c6fb4e.tar.xz | |
Remove my SSH configuration file that was out of date anyway
Diffstat (limited to 'ssh')
| -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 |
