Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Unity SSHMenu alternative

  1. #1
    Join Date
    Apr 2011
    Beans
    1

    Unity SSHMenu alternative

    Hi there,

    With natty/unity I've lost my handy SSH menu applet which I can use to quickly open connections to various hosts. I've tried:

    http://castrojo.tumblr.com/post/4536...ore-quicklists
    But it seems I have to log out and back in again each time I add a host to the .desktop file for them to show up in the context menu. (and if I uncheck keep in launcher, I never have the option to add it again unless I rename my custom launcher)

    I also tried just adding a new menu and launcher under System Settings -> Main Menu, but they aren't appearing in dash either. Any good solutions?

    Thanks!!!

  2. #2
    Join Date
    Feb 2008
    Beans
    6

    Re: Unity SSHMenu alternative

    Same here. I cannot live without my SSHMenu!

    Regards,
    Allan

  3. #3
    Join Date
    Oct 2009
    Beans
    19
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Unity SSHMenu alternative

    Add me to the list. I'm a Linux admin with roughly 50 server in SSHMneu. I'd really hate to have to back out 11.04.

  4. #4
    Join Date
    May 2011
    Beans
    1

    Re: Unity SSHMenu alternative

    Ah yes, the ssh menu I miss greatly. Please, could someone recommend or create a unity replacement?

    Bye, Pim

  5. #5
    Join Date
    Jun 2006
    Location
    Naples, Italy
    Beans
    56
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Unity SSHMenu alternative

    Same problem for me.

    For the moment I invoke sshmenu by typing in the unity launcher and a little windows with SSHMENU inside shows up so I can connect to my hosts but that's only a work around...

  6. #6
    Join Date
    Dec 2005
    Location
    New Zealand
    Beans
    132
    Distro
    Ubuntu Development Release

    Re: Unity SSHMenu alternative

    I have created a profile for each host I connect to in The Terminal. I can then open a terminal to that host from an existing terminal with File | Open Terminal | "Term_Name"

    1. Open a Terminal and click on File | New Profile

    2. Type in a Name for the Profile such as the host you connect to.

    3. Up pops a screen to edit for the host. Go to the "Title and Command" Tab

    4. Tick on "Update login record when command is launched"

    5. Tick on "Run a custom command instead of my shell.

    6. In the "Custom command" box add something like:

    ssh -o ServerAliveInterval=30 hostname.example.com --title=Hostname

    7. Close

    Repeat for all the hosts you want....

    This is the only way I have found to deal with the non-sshmenu option. Not as clean but it works for me.

  7. #7
    Join Date
    Feb 2009
    Beans
    2

    Re: Unity SSHMenu alternative

    i have create a ssh launcher.desktop


    [Desktop Entry]
    Version=1.0
    Name=Remote Servers
    Comment=Login to my servers
    Exec=gnome-terminal --disable-factory --sm-client-disable --class=remoteserver -x ssh -t cible.fr
    Terminal=false
    X-MultipleArgs=false
    Type=Application
    Icon=utilities-terminal
    StartupNotify=true
    StartupWMClass=RemoteServers
    X-Ayatana-Desktop-Shortcuts= 100 entries.. ... . .. . . . . .;

    [first Shortcut Group]
    Name=SSH to first
    Exec=gnome-terminal --disable-factory --sm-client-disable --class=remoteserver -x ssh -t 1.2.3.4
    TargetEnvironment=Unity



    ...
    100 times
    ...
    [last Shortcut Group]
    Name=SSH to last
    Exec=gnome-terminal --disable-factory --sm-client-disable --class=remoteserver -x ssh -t 1.2.3.42
    TargetEnvironment=Unity




    but it unusable and ugly ... there is too much servers


    any ideas?
    Last edited by toff72; May 11th, 2011 at 03:25 PM.

  8. #8
    Join Date
    Jul 2007
    Beans
    2
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Unity SSHMenu alternative

    I hope the sshmenu developers will change te app to run using unity.

    For a workaround look at http://sshmenu.sourceforge.net/dev/hackers_guide.html

    It's not the best solution but you can use your existing config.

    St.

  9. #9
    Join Date
    Jun 2008
    Beans
    23

    Re: Unity SSHMenu alternative

    i'm not upgrading my work desktop to 11.04 unless i find a replace ment to sshmenu and the one that handles rdp session (don't know the name of that one)

  10. #10
    Join Date
    Jul 2008
    Beans
    124
    Distro
    Ubuntu Development Release

    Re: Unity SSHMenu alternative

    Quote Originally Posted by kinap View Post
    i'm not upgrading my work desktop to 11.04 unless i find a replace ment to sshmenu and the one that handles rdp session (don't know the name of that one)
    Terminal server client works fine for RDP in Natty.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •