SSH Clients

Discussion in 'Server Administration' started by Azhria Lilu, Oct 29, 2011.

  1. Angelic

    Azhria Lilu Barry & Brad Bodyswapping?

    Likes Received:
    925
    Software You Use:
    IPB, XenForo
    I'm looking at starting to teach myself to use SSH. Which clients would you recommend, why and are there any sites worth looking through to get started?

    Cheers guys :)
  2. Horny

    TheRevTastic I don't want to be George Michael

    Likes Received:
    69
    Software You Use:
    IPB, XenForo
    I would recommend Putty, that's what was recommended to me when I needed to start using it when I got my first VPS.
  3. Cheerful

    Wizzard ADX Dungeon Master

    Likes Received:
    67
    Yes putty is a great tool, used it for years :)
  4. Innocent

    Mike54 Supporting Members

    Likes Received:
    282
    Software You Use:
    XenForo
    I use have PuTTY. I have to admit, even though I use Linux, I rarely ever use the CLI for anything. :oops: OK, OK, so I've always found it was easier to use a GUI than to take the time to learn how to use the CLI. But that will at least show how user-friendly Linux has become in the last few years.

    I'm like you, I would like to learn how to use SSH access.
  5. Caffeine Fix

    Mikey Mikeylicious

    Likes Received:
    183
    Software You Use:
    IPB, XenForo
    putty :)
  6. sadikb New Member

    Likes Received:
    2
    Software You Use:
    vBulletin, XenForo
    MRemoteNG -> It's basically a wrapper around putty but offers many enhancements like ability to save passwords, tabbed interface, ability to duplicate connections etc... I manage several servers and can't live without it.

    URL is here -> mremoteng.org
  7. Caffeine Fix

    Big Dan Will Work For Coffee

    Likes Received:
    14
    Software You Use:
    vBulletin, myBB
    Putty is the only way to go on Windows IMHO. Here is the author's site: http://www.chiark.greenend.org.uk/~sgtatham/putty/

    If you happen to be using OS X or Linux, it's baked right in. Just pop open terminal and type ssh username@site.com or IP, it will then prompt you to accept the key and prompt for your password. Don't be alarmed when you don't see asterisks as you type the password. It's normal not to receive feedback just press enter when done typing.

    To log out and exit an ssh session in either putty or *nix terminal simply type exit
  8. Egghead

    Michael Well-Known Member

    Likes Received:
    76
    Software You Use:
    XenForo
    I use putty but if I am not doing commands I prefer to use winscp, I hate messing with directories in putty and prefer a GUI.

Share This Page