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