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:
parent
092e4453bf
commit
b38bb55f16
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if [ ! -f "$userConfFinalPath" ]; then
|
|||
ssh-keygen -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key -N ''
|
||||
fi
|
||||
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
|
||||
|
||||
# Restrict access from other users
|
||||
|
|
Loading…
Add table
Reference in a new issue