I switched to MOBAXterm for this years ago. I need to give this a try. MOBAXterm does have a full X server and X11-Forwarding which is very handy.
MTPuTTY – Multi-Tabbed PuTTY
11–20 of 63 posts
Re: MTPuTTY – Multi-Tabbed PuTTY
#12Nice to see more alternatives to PuTTY. PuTTY's lack of a decent website hosting has been the source of too much confusion including accidental downloading of malicious versions.
Re: MTPuTTY – Multi-Tabbed PuTTY
#13These days I just SSH out of WSL using ConEmu (https://conemu.github.io/) as the console. Seems to fit my overall workflow the best and gives me a mostly common experience between my Windows and Linux systems; including essentially a tabbed terminal experience. I still use plink.exe from the PuTTY distribution so tools like Git on the Windows side can still behave like they do on Linux using ssh-agent.
Re: MTPuTTY – Multi-Tabbed PuTTY
#14Has anybody else tried using native Win32 OpenSSH like myself instead of PuTTy? https://github.com/PowerShell/Win32-OpenSSH Edit: Also, the linked site for MTPuTTy doesn't seem to want to load for me.
They are open issues and being actively worked on, but it isn't exactly stable enough to use everyday, at least for me.
---
Almost all the issues are intermittent, and you might not be affected, but my luck has been bad:
* Hangs till return, sometimes. [0]
* v-flag can hang. [1]
* Alt sends \0. [2]
* Authentication fails. [3]
* Nmap fills the hard drive when sshd is running. Sometimes. [4]
* Git compatibility isn't quite there. [5]
---
[0] https://github.com/PowerShell/Win32-OpenSSH/issues/874
[1] https://github.com/PowerShell/Win32-OpenSSH/issues/879
[2] https://github.com/PowerShell/Win32-OpenSSH/issues/865
[3] https://github.com/PowerShell/Win32-OpenSSH/issues/855
Re: MTPuTTY – Multi-Tabbed PuTTY
#15Nice to see more alternatives to PuTTY. PuTTY's lack of a decent website hosting has been the source of too much confusion including accidental downloading of malicious versions.
Citation needed.
This has happened many times to folks in my workplace. They come across the PuTTY download page and think that it's a shady looking site, and then continue looking elsewhere.
We instead just deploy putty.exe to everyone's machine directly now.
Re: MTPuTTY – Multi-Tabbed PuTTY
#16Re: MTPuTTY – Multi-Tabbed PuTTY
#17Re: MTPuTTY – Multi-Tabbed PuTTY
#18I use to use PuTTY and then later MOBAXterm. PuTTY was a bit too simplistic for my taste and MOBAXterm way too much bloat. These days I just SSH out of WSL using ConEmu ( https://conemu.github.io/ ) as the console. Seems to fit my overall workflow the best and gives me a mostly common experience between my Windows and Linux systems; including essentially a tabbed terminal experience. I still use plink.exe from the Pu…
Re: MTPuTTY – Multi-Tabbed PuTTY
#19I've been using Xshell[1] and Xftp[2] (both are non-free licensed, free for personal/"home" use). Updated often, great interface, lots of features. Xshell comes with Xagent, its version of pageant/ssh-agent. [1] https://www.netsarang.com/products/xsh_screenshot.html [2] https://www.netsarang.com/products/xfp_screenshot.html
https://www.netsarang.com/products/xsh_key_features.html
It's worth checking out.