From 59b90d80bd86aaef9e624b6eec6135ac743c7b90 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 11 Apr 2024 20:29:31 +0900 Subject: drop -H disable host key checking option It can be done by ssh_config instead. --- scripts/test-in-container.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test-in-container.sh') diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh index 47f7c33..cb129e0 100755 --- a/scripts/test-in-container.sh +++ b/scripts/test-in-container.sh @@ -19,6 +19,7 @@ if [ ! -e /var/run/sshd.pid ]; then fi ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts +ssh-keyscan ip6-localhost >> ${HOME}/.ssh/known_hosts ssh-keyscan 127.0.0.1 >> ${HOME}/.ssh/known_hosts ssh-keyscan ::1 >> ${HOME}/.ssh/known_hosts -- cgit v1.2.3