From 68ac3043462fff20a4de80639bfdc4c4db45e090 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 30 Jan 2022 16:24:49 +0300 Subject: [PATCH] ssh config for docker: ignore fingerprints --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ssh/config b/.ssh/config index c0a5faa..23b6398 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,4 +3,6 @@ Host docker Port 2222 User root IdentityFile ~/.ssh/id_rsa + UserKnownHostsFile=/dev/null StrictHostKeyChecking no +