SSH Clients

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

  1. Angelic

    Azhria Lilu Barry & Brad Bodyswapping?

    Likes Received:
    1,054
    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:
    76
    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.
    • Like Like x 3
  3. Cheerful

    Wizzard ADX Dungeon Master

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

    Mike54 Well-Known Member

    Likes Received:
    318
    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.
    • Like Like x 1
  5. English

    Mikey Mikeylicious

    Likes Received:
    200
    Software You Use:
    IPB
  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
    • Like Like x 2
  7. Caffeine Fix

    Big Dan Will Work For Coffee

    Likes Received:
    15
    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
    • Like Like x 1
  8. Egghead

    Michael Well-Known Member

    Likes Received:
    81
    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.
  9. botnet Member

    Likes Received:
    2
    Software You Use:
    phpBB
    In ubuntu terminal, In windows PuTTY
  10. Cynical

    Biker Curmudgeon

    Likes Received:
    147
    I used to use PuTTY, and then someone turned me on to Poderosa. MUCH nicer than PuTTY! Of course, that's if you must use Winderz all the time.
  11. Mooooody

    JDW Well-Known Member

    Likes Received:
    91
    Software You Use:
    vBulletin, XenForo
    PuTTy for terminal work, WinSCP for playing with files.

    That Poderosa looks interesting enough that I may play with it a bit, though. My shell prompt awareness diminishes as I age, so it intrigues me to see a layout like that.
  12. Busy

    eva2000 New Member

    Likes Received:
    3
    Software You Use:
    IPB, vBulletin, XenForo
    In the words of The Hulk, puny putty LOL

    j/k no offense to putty users :)

    I have been using SecureCRT for 10+ yrs http://www.vandyke.com/products/securecrt/ only every ssh client I will use, latest even has a neat feature for tiled sessions, so you can run session screens side by side. Menu button bar allows you to create short cuts to commands, scripts etc that you can initialise with one click as well :)

    Can see SecureCRT in action on a recent video guide i did for mysqlmymonlite.sh http://vbtechsupport.com/2073/
    • Like Like x 1
  13. Cowabunga

    warg New Member

    Likes Received:
    0
    Software You Use:
    myBB
    I'm using Putty, maybe not the best SSH client but it's simple, works everywhere and it's doing his job fine!
  14. Nerdy

    clickfinity Active Member

    Likes Received:
    92
    Software You Use:
    XenForo
    I've only ever used Putty but might give a few of the others mentioned here a try-out - you never know. ;)
  15. Anime Lover

    ahbao Member

    Likes Received:
    2
    Software You Use:
    vBulletin
    using putty on windows , and the build in terminal on mac
  16. Anime Lover

    Brad /dev/null/admin

    Likes Received:
    179
    Software You Use:
    vBulletin, XenForo, phpBB, UBB
    OpenSSH :)
  17. MattW New Member

    Likes Received:
    0
    Software You Use:
    XenForo, SMF, phpBB
  18. No Mood

    HWS Member

    Likes Received:
    12
    Software You Use:
    vBulletin, XenForo
    I also recommend SecureCRT. Best SSH-Client i've ever used.
    Too bad that there is no Mac version. :)
  19. Angelic

    Ryan Ashbrook Well-Known Member

    Likes Received:
    258
    Software You Use:
    IPB
    Putty on Windows... really have no need for big fancy SSH programs. Putty does what I need it to do.

    Terminal on the Mac... as Dan said, it's baked right into the OS so no need.

    I also have an app on my Windows Phone called "The SSH Client" which lets me work via SSH while on the go. Handy for checking running processes, uptime, and top. Wouldn't really use it for extensive stuff, though, unless absolutely required and not near a computer.
  20. Deebs Member

    Likes Received:
    12
    Software You Use:
    XenForo
    Actually there is a Mac version out :) Have been using that for a while.

    I'll add my vote for SecureCRT, been using it forever and it is a joy to use, have used putty but didn't like some of the quirks.
    • Like Like x 1

Share This Page