Nick Wilson
11-15-2001, 07:38 PM
Hi all
I'm trying to write a very small shell script to help me ssh to a remote server quickly.
I can't work out how to let the script give the password.
SCRIPT
ssh myuserName@www.myhost.com
END SCRIPT
thats the easy bit but how so I let it also enter my password?
Much thanks
I'm trying to write a very small shell script to help me ssh to a remote server quickly.
I can't work out how to let the script give the password.
SCRIPT
ssh myuserName@www.myhost.com
END SCRIPT
thats the easy bit but how so I let it also enter my password?
Much thanks