summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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