2

Hey there! I was hoping you guys could tell me some cool and free ssh clients for windows :)
I am currently using putty.

What are your favourite ssh clients? :)

Comments
  • 4
    The first ones coming to my mind are either Putty as you already said but also depending on your use case using ssh in wsl, so like in Ubuntu for example. Or, and this one's shocking, Windows has a native ssh client integrated since the last update or something. Just open your command line of choice and ssh away
  • 3
    ssh (either git-bash or linux subsystem)
    If that's not an option -- putty with wrappers ('connection managers'). They seem decent
  • 1
    I'd prefer mobaxtrem over putty, really good tool..
  • 0
    KiTTY. http://www.9bis.net/kitty/

    Better than PuTTY because it remembers your password when you reconnect in the same window ;)
  • 4
    Why bother, Windows 10 has SSH built in, just use that. Works just fine.
  • 2
    WSL, but if you are not running a win10 machine, you should try Cygwin or Babun.
  • 1
    idk PowerShell? cmd.exe?

    i usually use git bash tho
  • 2
    CyberDuck
  • 1
    I'd recommend to use Windows' own ssh client for powershell, it works great and I have not had any issues with it
Add Comment