PDA

View Full Version : SSH GTK Frontend


Naveen Chandran
February 9th, 2008, 07:55 AM
I am trying to create a GTK frontend for ssh which includes tunneling, port forwarding feature..

no idea how to implement it any ideas...

are there any libraries?
ncind is online now Report Post Edit/Delete Message

OoooMatron
February 9th, 2008, 08:38 AM
.dont know

fyplinux
February 9th, 2008, 08:51 PM
Good idea.......

One un-flexible way is using pipes or pseudo-terminals to send the command to, and to capture the output of the ssh commands to GUI. I only heard about this method, but never did something like that.

A better way might be using some library or routines(which is also something that I am looking for) to manipulate the ssh commands.

Any better idea? Hope someone could answer this post.

Smygis
February 10th, 2008, 10:49 AM
http://pyssh.sourceforge.net/ Someting like that? or http://www.lag.net/paramiko/

mssever
February 10th, 2008, 05:41 PM
You could check out how PuTTY works...

fyplinux
February 10th, 2008, 07:50 PM
Finally, I found a reliable C library: http://www.libssh2.org/wiki/index.php/Main_Page