[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: putty on Ruby and how to hide password

Doug Phillips

5/21/2007 6:46:00 PM

> Is there a way in which I can write the batch file in Ruby
> and hide or somehow encrypt the password, so even if someone
> edits the file the password can't be understood?

Use pageant and an ssh key. Secure and doesn't require the password in
the command line.

-Doug