eth-cscs / sshservice-cli

16 stars 15 forks source link

cscs-keygen.sh stopped creating ssh key #12

Open firatozdemir opened 5 months ago

firatozdemir commented 5 months ago

following bash cscs-keygen.sh steps, the script behaves like it creates an ssh key, but is empty. It quietly exits when not putting a passphrase to the key, gives invalid format error when trying to set a passphrase (because the key file is empty (0B) ). The script was working sometime ago

firatozdemir commented 4 months ago

To follow up, problem seems to have been caused by some offending special characters in the password. This was not giving errors in the past, but somehow it is now. Anyhow, fix on the client side is to change password, and try other special characters..