Re: [pygtk] applet with ssh - passphrase problem

2007-04-16 Thread Peter Robinson
Gustavo J. A. M. Carneiro wrote: On Seg, 2007-04-16 at 12:32 +1000, Peter Robinson wrote: I am writing an applet to manage an sshfs mount. The code that mounts the file system is retcode = subprocess.call(['sshfs', self.mountfilesys, self.mountpt]) I have set up my ssh connection to require

Re: [pygtk] applet with ssh - passphrase problem

2007-04-16 Thread Gustavo J. A. M. Carneiro
On Seg, 2007-04-16 at 12:32 +1000, Peter Robinson wrote: > I am writing an applet to manage an sshfs mount. > > The code that mounts the file system is > retcode = subprocess.call(['sshfs', self.mountfilesys, self.mountpt]) > > I have set up my ssh connection to require a passphrase. > > When I

[pygtk] applet with ssh - passphrase problem

2007-04-15 Thread Peter Robinson
I am writing an applet to manage an sshfs mount. The code that mounts the file system is retcode = subprocess.call(['sshfs', self.mountfilesys, self.mountpt]) I have set up my ssh connection to require a passphrase. When I add the applet to the panel and call the above code it asks for my pass