Skip to content

Commit 71cadfe

Browse files
authored
Update start--pre.sh
1 parent e1eebaf commit 71cadfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_devbox/work/start--pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# Generate a SSH id for git if it does not exist.
55
# [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -b 4096 -N "" -C `hostname -f` -f ~/.ssh/id_rsa
6-
[ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t ed25519 -N "" -C `hostname -f` -f ~/.ssh/id_ed25519
6+
[ -e ~/.ssh/id_ed25519.pub ] || ssh-keygen -t ed25519 -N "" -C `hostname -f` -f ~/.ssh/id_ed25519
77

88
# Generate a self-signed certificate for jupyter if it does not exist (only when GEN_CERT or USE_SSL is set to yes).
99
JUPYTER_PEM_FILE="/opt/conda/etc/jupyter/certificate.pem"

0 commit comments

Comments
 (0)