From 80b119f6adc669edfd856d9a9bc64b5cd07e39a1 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 31 Jul 2023 22:37:14 -0700 Subject: [PATCH] Add hak5 ssh config --- dotfiles/ssh/config.d/hak5_config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/ssh/config.d/hak5_config diff --git a/dotfiles/ssh/config.d/hak5_config b/dotfiles/ssh/config.d/hak5_config new file mode 100644 index 0000000..e2c60b0 --- /dev/null +++ b/dotfiles/ssh/config.d/hak5_config @@ -0,0 +1,7 @@ +Host hak5squirrel + Hostname 172.16.32.1 + User root + StrictHostKeyChecking no + UserKnownHostsFile /dev/null + HostKeyAlgorithms +ssh-rsa + PubkeyAcceptedAlgorithms +ssh-rsa