[Gambas-user] SHELL WRITE command

Rob sourceforge-raindog2 at ...94...
Thu May 19 17:43:42 CEST 2005


On Thursday 19 May 2005 05:06, Tom wrote:
> To make things easier to understand, I am trying to connect to an
> svn repository using svn+ssh and so in konsole it will ask for a
> passphrase. I am just trying to make an interface that will let the
> user to input the passphrase and then output it to the stdin.

Without addressing whether or not it's possible in Gambas.... if 
you're using ssh for things other than interactive shells, you REALLY 
need to set up a key pair using ssh_keygen (id_rsa and id_rsa.pub, 
both in .ssh, the latter of which you copy into 
.ssh/authorized_keys[2] on the target host.)

When I started rsyncing over ssh regularly, it quickly became apparent 
that trying to programmatically deal with the ssh passphrase wasn't 
something the ssh authors want you to be able to do.

Rob






More information about the User mailing list