On 5/18/08, Shawn <[EMAIL PROTECTED]> wrote:
> I'm finding that I need to connect to a number of servers on a regular
>  basis, using different connection methods.  One moment, I may be issuing
>  an SSH connection, the next I might be opening an RDP connection, and
>  then a short time later I'll mount a drive via SMB.
>
>  I'm wondering if there is any connection manager tool out there where I
>  can just click to establish a connection.  I know I can use one tool for
>  samba connections, or another tool for RDP, or terminal/fish for SSH.
>  But is there any tool that combines all of these methods into a simple
>  to use interface?
>
>  I've been thinking about creating a script or some code to do this, but
>  thought I should check to see what is out there first.  Unfortunately,
>  my search terms are so generic that finding a reasonable result seems to
>  be difficult.

That's a neat idea...

Unless I am misunderstanding something, it would be very easy to make
a script to do that in Python, although I'm sure it's possible with
Bash and some Tk stuff.

I was just about to sit down and write a script... but then I
realized, it would be the exact same as putting a bunch of icons on my
panel that launch everything separately (one button would launch
'xterm "ssh hostname"' another would launch 'konqueror
"fish://[EMAIL PROTECTED]/wherever"' another would launch 'sudo
mount_smbfs ... mountpoint; konqueror mountpoint')

-Mark C.

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to