0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2025-03-09 15:16:00 -04:00

Update entrypoint, typo

This commit is contained in:
ghherlin 2023-07-07 08:48:07 +02:00 committed by GitHub
parent 092e4453bf
commit b38bb55f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ if [ ! -f "$userConfFinalPath" ]; then
ssh-keygen -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key -N '' ssh-keygen -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key -N ''
fi fi
if [ ! -f /etc/ssh/ssh_host_ecdsa_key ]; then if [ ! -f /etc/ssh/ssh_host_ecdsa_key ]; then
ssh-keygen -t rsa -b 4096 -f /etc/ssh/ssh_host_ecdsa_key -N '' ssh-keygen -t ecdsa -b 521 -f /etc/ssh/ssh_host_ecdsa_key -N ''
fi fi
# Restrict access from other users # Restrict access from other users