fix entrypoint keygen key type to Ed25519 (#116)
This commit is contained in:
parent
4274d7e4a6
commit
212ea3221b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -eo pipefail
|
|||
|
||||
if [ -z "$SSHPIPERD_SERVER_KEY" ]; then
|
||||
if [ ! -f /etc/ssh/ssh_host_ed25519_key ];then
|
||||
ssh-keygen -t rsa -N '' -f /etc/ssh/ssh_host_ed25519_key
|
||||
ssh-keygen -t ed25519 -N '' -f /etc/ssh/ssh_host_ed25519_key
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue