Don't generate keys twice
All checks were successful
Build a dev image / build (push) Successful in 15s
All checks were successful
Build a dev image / build (push) Successful in 15s
This commit is contained in:
parent
a0c265c6ca
commit
12c970cd9f
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ if [ ! -f /etc/ssh/sshd_config ]; then
|
|||
echo "GatewayPorts no" >> /etc/ssh/sshd_config
|
||||
echo "X11Forwarding no" >> /etc/ssh/sshd_config
|
||||
echo "Subsystem sftp internal-sftp" >> /etc/ssh/sshd_config
|
||||
ssh-keygen -A
|
||||
fi
|
||||
|
||||
# Array to store child PIDs
|
||||
|
|
Loading…
Reference in a new issue