GENI-NSF / geni-portal

A UI for a GENI clearinghouse
Other
3 stars 8 forks source link

Passphrase with special characters will fail to validate #1819

Closed hussamnasir closed 4 years ago

hussamnasir commented 4 years ago

https://github.com/GENI-NSF/geni-portal/blob/afc9de00f015c5f08b26d34b55efd35bc200b864/portal/www/portal/do-downloadputtykey.php#L81

To resolve it we need to change it to $cmd = "echo ".escapeshellarg($passphrase)." | puttygen $private_key_filename -o $putty_key_filename";

hussamnasir commented 4 years ago

resolved via pull request #1820