Topic: GUI for SSHFS ..

Hello ..

I'm working on a little Graphical User Interface for SSHFS ( python/gtk ) ..

Source : http://www.ad-comp.be/public/projets/pysshfs/pysshfs

Video : http://www.youtube.com/watch?v=Y39Yw3Aguuw

# Download script
wget http://www.ad-comp.be/public/projets/pysshfs/pysshfs
# execute permission
chmod +x pysshfs
# add python dep'
sudo apt-get install python-pexpect
# run script
./pysshfs

http://www.ad-comp.be/public/projets/pysshfs/pysshfs.png


All feedback are welcome  wink

~$ whoami
ADcomp

Re: GUI for SSHFS ..

Very nice. Thanks for sharing.

Michael

smile Free your Software -- Free your Life smile

    ASUS eee pc 1005HA -- awesome#!

Re: GUI for SSHFS ..

Incredible - I just posted this... http://crunchbanglinux.org/forums/post/45645/#p45645

Will definantely look into this.

Re: GUI for SSHFS ..

Hello .. Thanks for comments  smile 

If I have some 'free' time , I maybe add an option to save a 'connection' .. So you can quickly select and connect to a saved connection.

Bye

~$ whoami
ADcomp

Re: GUI for SSHFS ..

pretty nifty project

Re: GUI for SSHFS ..

Good idea, and very useful, this project.
Hopefully it is still active.
Surprising that nobody did this before, given how simple it is.
(I did something like this with shell scripts, for my family.)
A suggestion: Use standard utilities like ssh-askpass and ssh-add to manage passwords.
This way, they are remembered for the entire session (gnome or kde).
So you can remote-login later, via gui or command line, without having to retype the password.