summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-04-11 20:29:31 +0900
committerRyo Nakamura <upa@haeena.net>2024-04-11 20:30:46 +0900
commit59b90d80bd86aaef9e624b6eec6135ac743c7b90 (patch)
treedd200b96d1606f6e36fa6ab0c1102da43302f4d7 /scripts
parent00fa2c727718e07ecb574830bbf0bd7d734cb964 (diff)
drop -H disable host key checking option
It can be done by ssh_config instead.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-in-container.sh1
1 files changed, 1 insertions, 0 deletions
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