fix: ssh config

This commit is contained in:
Bo-Yi Wu
2019-03-03 00:07:55 +08:00
parent 8e1c446a58
commit a82a76903c
+1
View File
@@ -126,6 +126,7 @@ ssh-server:
# install ssh and start server
apk add --update openssh openrc
rm -rf /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_dsa_key
sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config
./tests/entrypoint.sh /usr/sbin/sshd -D &
coverage: