Every day I connect to the server via ssh. I am reviewing this procedure:
IC001:Desktop user$ ssh user@my.server.com user@my.server.com password: Last login: Tue Jun 4 10:09:01 2013 from 0.0.0.0 $
I would like to automate this process and create a bash script to do this for me. I don't care about security and keep my password open in a script well. I also understand very well that it is typed openly on the screen while the script is running. So I created this:
But that will not work. I also tried send instead of echo , but also did not work. Please advise if possible.
bash ssh
Prostak Jun 04 2018-12-18T00: 00Z
source share