aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-08 09:45:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-08 09:45:53 +0200
commitf2f3dfa74f09b7560adbfe5d761287062be78bd1 (patch)
tree1472aeb43a0972e627dbaf584345d81f6121e25a /.ssh/config
parent5b75564064f37a18ff2be5349b47158a7de404b0 (diff)
Don't save host key for Bastion
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index e5ddb67..462cdb5 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -6,6 +6,9 @@ Host home
Host *.zsys.nl
User mintlab
+Host bastion.*.zsys.nl
+ UserKnownHostsFile /dev/null
+
Host bttw.mintlab.nl
Hostname bttw.mintlab.nl
User mintlab