watergrinder
MIS
This question has been bugging me for a while. The crontab on a server runs under root. And I want to use ssh to remotely do actions on another server. In order to skip password each time a connection is made, ssh-keygen passphrase can be ignored. It may not pose a big security risk when done at user level, but could ssh-keygen (with no passphrase) be done at root level? Is there any other way? Thanks.