I am a university student and am taking CS classes where we need to ssh into machines and do our work remotely. This means typing ssh [email protected] and then entering my password every single time.
Is there any script/tool which I can run which can (a) give the ssh prompt to my unix terminal and (b) automatically and securely enter the password when prompted?
I understand that scripts usually run separate prompts sequentially but I have not been able to find a way where a script can also enter responses when the terminal gives back prompts.
Thanks for your time and help!
bubbles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.