Live data from Hacker News

MTPuTTY – Multi-Tabbed PuTTY

ttyplus.com

11–20 of 63 posts

Re: MTPuTTY – Multi-Tabbed PuTTY

#11
post #2

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.

Never heard of this alternative to PuTTY before. Looks like just what I've wanted! How do I find out about other utilities like this I may be missing?

Re: MTPuTTY – Multi-Tabbed PuTTY

#13
I 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 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

#14

Has 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.

Yes, with a lot of issues.

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

[4] https://github.com/PowerShell/Win32-OpenSSH/issues/787

[5] https://github.com/PowerShell/Win32-OpenSSH/issues/752

Re: MTPuTTY – Multi-Tabbed PuTTY

#15
post #12

Nice 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.

I don't have a anything to cite either, other than personal anecdotes.

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

#17
I'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

Re: MTPuTTY – Multi-Tabbed PuTTY

#18

I 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…

I'm just writing this to help support your comment and ConEmu. I've been a windows-desktop linux-server dev for years and I haven't found a better experience than WSL on ConEmu. The common CLI experience between bash and powershell and the latest interoperability improvements of WSL have been a _massive_ improvement.

Re: MTPuTTY – Multi-Tabbed PuTTY

#19
post #17

I'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

Same here. I've tried most Windows SSH clients, and XShell is by far the best I have used. It has a lot going for it. It's really well designed, frequent updates, and packed with features.

https://www.netsarang.com/products/xsh_key_features.html

It's worth checking out.

Post reply on HN