Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3063e37 commit 56b2caeCopy full SHA for 56b2cae
docker/root/etc/s6/openssh/setup
@@ -31,6 +31,18 @@ if [ -e /data/ssh/ssh_host_ecdsa_cert ]; then
31
SSH_ECDSA_CERT=${SSH_ECDSA_CERT:-"/data/ssh/ssh_host_ecdsa_cert"}
32
fi
33
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"}
36
+fi
37
+
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"}
40
41
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"}
44
45
46
if [ -d /etc/ssh ]; then
47
SSH_PORT=${SSH_PORT:-"22"} \
48
SSH_LISTEN_PORT=${SSH_LISTEN_PORT:-"${SSH_PORT}"} \
0 commit comments