From: Krekna Mektek Date: 2007-01-05T16:48:18+09:00 Subject: file attributes Lo! Busy with my program, I run in to 2 questions. In a certain method I want to open a ssh connection by a certain user. I need to sudo to an ssh user to make the passwordless connection via public-private key authorization. How can I do this in Ruby? FYI: I am not allowed to use sudo su - ssh -c [ssh command]. Thanks, Krekna