http://qs1969.pair.com?node_id=290423


in reply to Re: Re: ssh session
in thread ssh session

Maybe rather than using cron to have your program execute automatically at regular times (forcing you to store the access mechanism somewhere), you could make it running eternally after you supplied the right credentials manually during startup.

Then maybe you would need a cron job to check whether the program is still running.

It might have some job security implications as well, that you may or may not like (it's not always nice if you cannot be missed).

Liz