summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:08:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 20:08:36 -0700
commit5583dc64874f6e551f34a68a538c5ae8fcc5384e (patch)
tree2fcec23e166ca5b7bceae51a31b3c23bd15b41c8 /.ssh
parent8f1610c72f97d0c0a5ffa74b61b5ad751f30af72 (diff)
downloaddotfiles-5583dc64874f6e551f34a68a538c5ae8fcc5384e.tar.gz
update ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config103
1 files changed, 51 insertions, 52 deletions
diff --git a/.ssh/config b/.ssh/config
index aa0854a5..b7a3b302 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -4,62 +4,70 @@
Host tty.sdf.org | sdf
HostName tty.sdf.org
-ForwardAgent yes
+# ForwardAgent yes
Host meta.sdf.org | meta | iceland | sverige
HostName meta.sdf.org
-Port 110
-ForwardAgent yes
-LocalForward 8022 ma:22
-LocalForward 8025 mx:25
-DynamicForward 1080
+# Port 110
+# ForwardAgent yes
+# LocalForward 8022 ma:22
+# LocalForward 8025 mx:25
+# DynamicForward 1080
Host odin.sdf-eu.org | sdfeu.org | sdf-eu.org | odin | sdfeu | sdf-eu
HostName odin.sdf-eu.org
-ForwardAgent yes
+# ForwardAgent yes
-Host ma.sdf.org | ma
-HostName ma.sdf.org
-ForwardAgent yes
+# Host ma.sdf.org | ma
+# HostName ma.sdf.org
+# ForwardAgent yes
+# User spw
+# #HostName localhost
+# #Port 8022
+# #HostKeyAlias ma.sdf.org
+
+# Note that wildcards here match what is actually typed on the command
+# line, not the hostname of the machine we end up connecting to.
+# That's why 'sdf' is present
+Host sdf *.sdf.org *.sdf-eu.org
User spw
-#HostName localhost
-#Port 8022
-#HostKeyAlias ma.sdf.org
### Debian hosts
Host alioth | git.debian.org
-User spwhitton
HostName git.debian.org
+Host *.debian.org *.debian.net
+User spwhitton
+
### my hosts
Host zephyr.silentflame.com | zephyr
User swhitton
-HostName 192.168.0.110
-CheckHostIP no
-Ciphers aes256-ctr
+# HostName 192.168.0.110
+# CheckHostIP no
+# Ciphers aes256-ctr
Host zephyr.abbeydaled.local
User swhitton
-HostName 192.168.0.110
-CheckHostIP no
-Ciphers aes256-ctr
+# HostName 192.168.0.110
+# CheckHostIP no
+# Ciphers aes256-ctr
-Host artemis.silentflame.com | artemis
-User swhitton
-HostName artemis.local
-CheckHostIP no
+# Host artemis.silentflame.com | artemis
+# User swhitton
+# HostName artemis.local
+# CheckHostIP no
-Host hestia.silentflame.com | hestia
-User swhitton
-HostName hestia.silentflame.com
-CheckHostIP no
+# Host hestia.silentflame.com | hestia
+# User swhitton
+# HostName hestia.silentflame.com
+# CheckHostIP no
-Host pan.silentflame.com | pan
-User spwhitton
-HostName 128.199.240.8
-ForwardAgent yes
+# Host pan.silentflame.com | pan
+# User spwhitton
+# HostName 128.199.240.8
+# ForwardAgent yes
Host athena.silentflame.com | athena
User spwhitton
@@ -70,14 +78,14 @@ Host hephaestus.silentflame.com | hephaestus
User spwhitton
ForwardAgent yes
-Host poseidon.silentflame.com | poseidon
-User spwhitton
-HostName 159.100.240.143
-ForwardAgent no
+# Host poseidon.silentflame.com | poseidon
+# User spwhitton
+# HostName 159.100.240.143
+# ForwardAgent no
-Host shortgeese.silentflame.com | shortgeese
-HostName shortgeese.local
-ForwardAgent yes
+# Host shortgeese.silentflame.com | shortgeese
+# HostName shortgeese.local
+# ForwardAgent yes
Host iris.silentflame.com | iris
User spwhitton
@@ -93,23 +101,14 @@ VerifyHostKeyDNS yes
Host u.arizona.edu | sage.u.arizona.edu | sage
User spwhitton
HostName u.arizona.edu
-ForwardAgent yes
+# ForwardAgent yes
-Host TallGeese
-User nrosati
-HostName 192.168.1.103
+# Host TallGeese
+# User nrosati
+# HostName 192.168.1.103
### global settings
-# Note that wildcards here match what is actually typed on the command
-# line, not the hostname of the machine we end up connecting to.
-# That's why 'sdf' is present
-Host sdf *.sdf.org *.sdf-eu.org
-User spw
-
-Host *.debian.org *.debian.net
-User spwhitton
-
Host *
#Compression yes
ControlMaster auto