Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-01-20 22:56:23 +08:00
parent 7ff0ef64a7
commit 53b94abc2f
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -119,7 +119,6 @@ ssh-server:
sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config
sed -i 's/^#ListenAddress 0.0.0.0/ListenAddress 0.0.0.0/g' /etc/ssh/sshd_config
sed -i 's/^#ListenAddress ::/ListenAddress ::/g' /etc/ssh/sshd_config
# cp -r tests/ipv6.conf /etc/ssh/sshd_config.d/ipv6.conf
./tests/entrypoint.sh /usr/sbin/sshd -D &
coverage:

View File

@ -1,2 +0,0 @@
ListenAddress 0.0.0.0
ListenAddress ::