I need to connect to a remote server using a (non-python) script from terminal.
$./myscript <parameters>
Normally, I would need to enter the password. I have the following question, assuming a python script will run myscript
:
- How do I get the password from the user
- How do I feed it into
myscript
?