summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:21:22 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:21:22 +0200
commit7cd49322a41bced2d8ee395f8e8d74bbc71bb41b (patch)
tree6b965e20e16affcb79be280978a1da9c129ae231
parentef932ce8a8a10380cffb7e61c5f70060dd3d3823 (diff)
downloadliw-dot-files-7cd49322a41bced2d8ee395f8e8d74bbc71bb41b.tar.gz
Add: random personal hosts
-rw-r--r--ssh/config-pers16
1 files changed, 16 insertions, 0 deletions
diff --git a/ssh/config-pers b/ssh/config-pers
index 878601a..f03178d 100644
--- a/ssh/config-pers
+++ b/ssh/config-pers
@@ -5,3 +5,19 @@ Host pergamum
Hostname pergamum.geah.org
User liw-e4
IdentityFile ~/.ssh/pergamum.key
+
+# Random individucal hosts. These are not tested by Subplot.
+
+Host liwphone
+ Hostname 10.0.0.161
+ Port 2222
+ User me
+
+Host raspi
+ User pi
+ Hostname raspberrypi
+ PasswordAuthentication yes
+
+Host *vm.liw.fi
+ UserKnownHostsFile /dev/null
+ StrictHostKeyChecking no