Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Alternative to Putty for Multiple Sites?
4 points by sam345 5 months ago | hide | past | favorite | 10 comments
I've been looking around for an alternative to Putty for use on Windows. I like Putty but I need something better to manage multiple logins, better searching, possibly tagging, etc. Would like something open source and actively developed. KiTTY seems to be a one-man show and not updated frequently. Any suggestions?



OpenSSH client and server comes with Windows 11 as an optional install. I would recommend using that and configure your ~/.ssh/config with your hosts and host-specific options[1].

OpenSSH is the defacto SSH standard. If you use it, VSCode will automatically read your SSH config file for remote editing of files[2].

1. https://linuxize.com/post/using-the-ssh-config-file/

2. https://code.visualstudio.com/docs/remote/ssh


Windows Terminal and the OpenSSH client? It comes with Windows nowadays.


MobaXterm is a good option, but been a while since I used windows and I don’t know the current status.


I second Moba - its awesome :-) On top of all the protocols, you get an X server - all in a nice tabbed interface.


Which is cool and solved many challenges for me in the past. But nowadays you have WSL2, modern windows builds that support graphical apps from WSL2 (you can just run Firefox in WSL on win11 and it will just display it) by default and excellent integration in VScode for instance.

It makes it the need for such tool narrower each day.

A proper terminal and decent openssh client config file does a wonderful job. It allows all kind of customisation per server/group/wildcard like custom user, aliases, injecting any connection options.


WSL is awesome - I haven't bothered with WSL2 as I don't need the graphics...

Still a nice tabbed SSH/Everything(tm) client is nice to have :-)

PS VS code + WSL is awesome for most stuff :-) Very lil I need from work env. that I can't do locall with them !!


It is :) But wsl2 is a bit more than X (or Xwayland or whatever it is).

- It let's you go out of that "userland only" view that WSL1 has. So you can actually make ICMP calls and use traceroute/mtr form it and so on. You can see actual load of that WSL2 (wsl1 has a ... hardcoded load info :D) - You can safely have write access to a filesystem in both directions. Also write from windows to WSL2. It's even integrated into explorer if you want. On WSL1 that usually ends up with broken filesystem (ask me how I know - tried twice...) - You can use regular services like initd/systemd. You can eaven run real docker deamon more or less like on a regular linux system - The integration from vscode is still superb - As the filesystem is NOT visible as a folder in c:\windows, crappy antimalware/DLP tools can't see what binaries you run. This means that most likely in a corporate environment it will run much much faster. If you worked in a company with underpowered DLP hardware you will know what I mean

It does complicate a few things, like networking which can break when you use vpn's, but there are workarounds like wsl-vpnkit on github.


Heh - I misspoke...I use WSL2, but I don't use the graphics stuff (WSL2+ ?).

Oh! In regards to your docker comment - Docker desktop kept choking on creating containers for ARM64 platforms (a libc version mismatch I think)...Long story short, uninstalled docker desktop from windows, installed Docker CE in Ubuntu/WSL2 and it just worked(tm) :-)


Been awhile since I had Windows as a daily driver for work, but years ago I used to use mRemoteNG https://mremoteng.org/. It was awesome, as I could bookmark SSH and RDP connections in one place and organize them in a folder structure. It also had tabs for multiple active connections.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: