I have a simple bash application in Mac OS that establishes a SSH connection.
the code is like this:
$ ssh [email protected] -p61023
When I run the script, console always prompts asking for a password. (It is a very rudimentary process)
[email protected]'s password:
How I can automate this process?