summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-08 16:56:39 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-01-08 16:56:39 +0000
commit1c5abc6f4b68450f845e4f7b1e2ad83ee26f0cbc (patch)
treeba67abeed9e88340dcaf6a9731fe07f5e472e3cf /.ssh
parent25ef22f9430eb1c666b0998b66b16713ba801adc (diff)
downloaddotfiles-1c5abc6f4b68450f845e4f7b1e2ad83ee26f0cbc.tar.gz
add zephyr and artemis to SSH hosts file
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config10
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 135a8cda..ab74fe48 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -31,6 +31,16 @@ ForwardAgent yes
### my hosts
+Host zephyr.silentflame.com | zephyr
+User swhitton
+HostName zephyr.silentflame.com
+CheckHostIP no
+
+Host artemis.silentflame.com | artemis
+User swhitton
+HostName artemis.silentflame.com
+CheckHostIP no
+
Host hestia.silentflame.com | hestia
User swhitton
HostName hestia.silentflame.com