diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-01-15 13:47:31 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-01-15 13:47:31 -0500 |
| commit | 6e2c72df0d0b8ecacf5d1b80622de95b84ea1919 (patch) | |
| tree | f80f259d7ca34a31808c37bbcbaebc30f0dfcc66 /ssh/config | |
| parent | 255ce4b3382ad9297051b67582a5dba1ed65ab1c (diff) | |
| download | dotfiles-6e2c72df0d0b8ecacf5d1b80622de95b84ea1919.tar.gz dotfiles-6e2c72df0d0b8ecacf5d1b80622de95b84ea1919.tar.xz | |
Old changes to SSH config and Keys
Diffstat (limited to 'ssh/config')
| -rw-r--r-- | ssh/config | 48 |
1 files changed, 1 insertions, 47 deletions
@@ -1,25 +1,6 @@ # Prevent timeouts on certian systems GSSAPIAuthentication no -host ark-kyle - hostname status.glados2.blanker.us - port 49000 - user steam - -host postgres-stridet.com - hostname stridet.com - user mitch - port 22 - IdentityFile ~/.ssh/id_rsa - LocalForward 5432 127.0.5.1:5432 - -host encom - hostname encom.host - user flynn - # port 65510 - port 64995 - IdentityFile ~/.ssh/encom - host xoeris hostname xoeris.com user mitch @@ -30,52 +11,25 @@ host xoeris.com user mitch port 49000 -host riedstra.us - hostname 104.131.110.187 - user mitch - port 49000 - host rygel.us hostname rygel.us user mitch port 49000 -# Primary Digital Ocean Server -host main - hostname 104.131.110.187 - user mitch - port 49000 - -# Secondary Digital Ocean Server -host ns1 - # hostname 104.236.216.98 - hostname ns1.rygel.us - user mitch - port 49000 - - # Home servers host gw hostname 10.73.0.1 port 22 user mitch -host vertex - hostname 10.73.0.10 - user mitch - port 22 - Compression no - # Friends host kyle hostname glados.blanker.us port 48000 user mitch -host nearlyepic.net - port 22 - user mitch +# # Github stuff host github.com hostname ssh.github.com |
