summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-08 16:57:31 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-12 12:28:26 +0000
commiteaa2b94357fe7bfb25ff445efdebce5ba0adc505 (patch)
treeacbbc7011cbc8a1764b64365f3aa2c03d92df805
parent639b9795c0ada8432f8b42a59509e654e1a2bc7b (diff)
downloaddotfiles-eaa2b94357fe7bfb25ff445efdebce5ba0adc505.tar.gz
zephyr's SSH configuration (from an ancient file)
-rw-r--r--.ssh/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 81ac0634..978aa4d1 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -31,6 +31,10 @@ HostName odin.sdf-eu.org
# That's why 'sdf' is present
Host sdf sdfeu *.sdf.org *.sdf-eu.org
User spw
+#HostName localhost
+#Port 8022
+#HostKeyAlias ma.sdf.org
+LogLevel quiet
### Debian hosts
@@ -58,6 +62,9 @@ User swhitton
# HostName 192.168.0.110
# CheckHostIP no
# Ciphers aes256-ctr
+HostName localhost
+CheckHostIP no
+Ciphers aes256-ctr
Host zephyr.abbeydaled.local
User swhitton