Here's the deal:
I am writing a script to perform several system monitoriing
tasks, one of which is checking disk partition space. My question
is this - Once I have used ssh to access my machine, how may
I implement scripting that will enter my username and password.
Granted, this is a security hazard under many circumstances,
but as access to my monitoring tool will be limited, I would
like to script an auto-login and password feature.
Any ideas?