Skip to content

Fix SSH keys generation in minimal_config.sh

  • do not override KEYGEN if it found in the system and is executable
  • use "eval $cmd" to properly pass -N ''. Otherwise the shell will mess with arguments and ssh-keygen will complain about the password too short

Merge request reports