Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ssh passphrase

Status
Not open for further replies.
Mar 31, 2004
151
US
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.
 
sounds incredibly dodgy ... you're kinda saying that if you are wanting to connect as root on a remote system you're allowed to with no password, but if you want to log in as a normal user you have to specify a password ... :)
 
you could however use the RSA Authentication protocol thingamy ...

man ssh (at least in my version :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top