From: Vladimir Konrad Date: 2008-04-19T05:05:14+09:00 Subject: Re: Ruby script to run command as root on remote linux system > So I am just wonder if anybody has found ANY possible way to run > remote commands with root privileges on the remote computer. If you have control over remote computer (and can live with security implications), you could allow direct root log-in over ssh using ssh keys... Vlad