summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-27 11:16:43 +0200
committerLars Wirzenius <liw@liw.fi>2022-11-27 11:16:43 +0200
commit563bfdb636cc328522a72df6aea46bc329e6a5a6 (patch)
tree8aad86600d3756d51a9d712b26ebd482511c6453
parent3d474837ae07b7eebbe2c199576f8eb81977239b (diff)
downloadliw-dot-files-563bfdb636cc328522a72df6aea46bc329e6a5a6.tar.gz
add some personal hosts
Sponsored-by: author
-rw-r--r--ssh/config-pers12
1 files changed, 12 insertions, 0 deletions
diff --git a/ssh/config-pers b/ssh/config-pers
index beb6a55..a230418 100644
--- a/ssh/config-pers
+++ b/ssh/config-pers
@@ -1,5 +1,17 @@
# SSH client configuration for my personal use.
+Host icktool
+ UserKnownHostsFile /dev/null
+ StrictHostKeyChecking accept-new
+
+Host workera
+ UserKnownHostsFile /dev/null
+ StrictHostKeyChecking accept-new
+
+Host qotom
+ IdentityFile ~/.ssh/id_personal
+
+
Host liwphone
Hostname 10.2.2.83
Port 2222