From c6f7cbad09789fe2bf1b3ae376e515664745a1cd Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 19 May 2025 09:27:46 +0200 Subject: [PATCH] feat(ssh): disable host key check for vm.vlw.se (#21) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/21 --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index a6fc9d6..8e80b8b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,7 +3,7 @@ Host local.vlw.se StrictHostKeyChecking no UserKnownHostsFile /dev/null -Host wg.vlw.se - Port 2222 +Host vm.vlw.se + Port 22 StrictHostKeyChecking no UserKnownHostsFile /dev/null