Date: 05/20/07 (Java Web) Keywords: no keywords Often you need to remotely run utilities on other machines through unattended batch process or cron job. ssh allows you to execute code on remote machine. However in normal usage it prompts you for password which makes it hard to use in unattended processes. Here is a simple way to eliminate the need for specifying [...] Source: http://blog.taragana.com/index.php/archive/linux-how-to-how-to-ssh-without-password-authentication/
|