File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docker/root/etc/s6/openssh Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ if [ -e /data/ssh/ssh_host_ecdsa_cert ]; then
3131 SSH_ECDSA_CERT=${SSH_ECDSA_CERT:- " /data/ssh/ssh_host_ecdsa_cert" }
3232fi
3333
34- if [ -e /data/ssh/ssh_host_ed25519 -cert.pub ]; then
35- SSH_ED25519_CERT=${SSH_ED25519_CERT:- " /data/ssh/ssh_host_ed25519 -cert.pub" }
34+ if [ -e /data/ssh/ssh_host_ed25519_key -cert.pub ]; then
35+ SSH_ED25519_CERT=${SSH_ED25519_CERT:- " /data/ssh/ssh_host_ed25519_key -cert.pub" }
3636fi
3737
38- if [ -e /data/ssh/ssh_host_rsa -cert.pub ]; then
39- SSH_RSA_CERT=${SSH_RSA_CERT:- " /data/ssh/ssh_host_rsa -cert.pub" }
38+ if [ -e /data/ssh/ssh_host_rsa_key -cert.pub ]; then
39+ SSH_RSA_CERT=${SSH_RSA_CERT:- " /data/ssh/ssh_host_rsa_key -cert.pub" }
4040fi
4141
42- if [ -e /data/ssh/ssh_host_ecdsa -cert.pub ]; then
43- SSH_ECDSA_CERT=${SSH_ECDSA_CERT:- " /data/ssh/ssh_host_ecdsa -cert.pub" }
42+ if [ -e /data/ssh/ssh_host_ecdsa_key -cert.pub ]; then
43+ SSH_ECDSA_CERT=${SSH_ECDSA_CERT:- " /data/ssh/ssh_host_ecdsa_key -cert.pub" }
4444fi
4545
4646if [ -d /etc/ssh ]; then
You can’t perform that action at this time.
0 commit comments