I started the script with the -p option to pass the password on the command line:
./eduroam-linux-cnrs.py -u '******@eduroam.cnrs.fr' -p '************************'
I am aware of the security risk of passing passwords as arguments, as arguments are visible to other users on the same machine. Yet, I wonder why the script asks for the password again:
For what it's worth, the password contains spaces but is enclosed in quotes ''.
I started the script with the
-poption to pass the password on the command line:I am aware of the security risk of passing passwords as arguments, as arguments are visible to other users on the same machine. Yet, I wonder why the script asks for the password again:
For what it's worth, the password contains spaces but is enclosed in quotes
''.