Added ssh config to developer machines

This commit is contained in:
2019-04-07 23:22:15 -04:00
parent 4be322f85d
commit 040fe62e36
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Host 10.0.0.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host *.wimer.home
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null