aboutsummaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-04 18:22:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:45 +0200
commit212af8da568cf8f1c3f587ac3bd8420cc1f84387 (patch)
treea716d639560b246f8faa5898eaba0a7e4f01ed84 /.ssh
parent8651ed2db680e8debd01dae42a94d760f3a7b755 (diff)
Add more Hosts to sshconfig
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config12
1 files changed, 12 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 87e4d0d..c891622 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -21,6 +21,18 @@ Host denahnu
Host edephas
Hostname 10.24.100.7
+Host faiwoo
+ Hostname 10.24.20.1
+
+Host store0-0
+ Hostname 10.24.40.1
+
+# Libvirt VMs
+Host 192.168.122.*
+ User root
+ StrictHostKeyChecking no
+ UserKnownHostsFile /dev/null
+
# Include config.d/mintlab
Host *.zsys.nl
StrictHostKeyChecking no