filipp
Joined: 16 Apr 2006 Posts: 24
|
| Posted: Sun Oct 01, 2006 - 5:36 pm Post subject: Using ssh from widget.system () |
|
|
I'm developing a simple scp front-end.
Trying to use this technique for setting the password, but it's not working out. The stderr handler gets called, but SSH doesn't read the input.
I've narrowed the problem down to this line by using the scp "-v" switch:
| Code: | | read_passphrase: can't open /dev/tty: Device not configured |
Would anyone happen to know a workaround to it? |
|