Live data from Hacker News

PuTTY 0.68 has been released

chiark.greenend.org.uk

101–110 of 152 posts

Re: PuTTY 0.68 has been released

#101

Earlier quoted context omitted.

with putty i would be surprised if most didn't run it straight from the desktop. i would be a dirty liar if i said i haven't, countless times.

This. Without an installer that puts a link into the start menu, everyone I've ever worked with just dumps it on the desktop. I used to throw a symlink into the start menu, but when other devs used my machine they expected it to be on the desktop. Just one of those quirks of using PUTTY

But why not just use the installer?

Re: PuTTY 0.68 has been released

#102
post #101

Earlier quoted context omitted.

This. Without an installer that puts a link into the start menu, everyone I've ever worked with just dumps it on the desktop. I used to throw a symlink into the start menu, but when other devs used my machine they expected it to be on the desktop. Just one of those quirks of using PUTTY

But why not just use the installer?

I was going to say putty does not have an installer, but TIL putty now has an installer..

Re: PuTTY 0.68 has been released

#104
post #3

Putty used to be the go-to tool for Windows SSH, but nowadays I'm using Bitvise SSH client. It's worth a try.

Have you ever tried XShell5? https://www.netsarang.com/products/xsh_overview.html It's free for Home/school use. I have tried all Windows SSH clients, and it is by far the best SSH client I have ever used.

+1 for xshell, tons of features and very good GUI, maybe secureCRT is still the best, but xshell is very close, and it is free for home/school

Re: PuTTY 0.68 has been released

#105
post #101

Earlier quoted context omitted.

This. Without an installer that puts a link into the start menu, everyone I've ever worked with just dumps it on the desktop. I used to throw a symlink into the start menu, but when other devs used my machine they expected it to be on the desktop. Just one of those quirks of using PUTTY

But why not just use the installer?

For a long time, there wasn't an installer for putty, so a lot of us became accustomed to just dropping the binary on our desktop or "bin" folder", but there is an installer now. Also, certain corporate environments that preclude the installer from working correctly, but won't mind you "installing" a program to your desktop/local app data.

Re: PuTTY 0.68 has been released

#106
post #89

Long time user of Putty, like many here. I liked this quote from their FAQ (A.3.3 What's the point of the Unix port? Unix has OpenSSH): "There were development advantages as well; porting PuTTY to Unix was a valuable path-finding effort for other future ports, and also allowed us to use the excellent Linux tool Valgrind to help with debugging, which has already improved PuTTY's stability on all platforms."

This sort of development is often illuminating. I develop on *BSD, Linux, Solaris (SPARC), and MacOS X when I can, and even though they're "all UNIX", interesting insights abound, and dealing w different endianess (SPARC == big, Intel == small), and library differences, etc is rarely more trouble than it's worth.

Re: PuTTY 0.68 has been released

#107
I'd like the putty download to be over https and the installer to be signed. Or, at least, sha512 hashes available on the https download site. As it is, the download source for putty is one of the weakest chains in internet security!

Re: PuTTY 0.68 has been released

#108
post #40

I wish they would finally implement file transfers via copy/paste mechanism inside an active terminal window. As far as I know this feature would be unique across platforms. If someone does know of an SSH terminal client that does this, please reply.

Reminds me of the bad old days of kermit and x/y/zmodem. http://www.extraputty.com/features/xmodem.html looks like a throwback to those days, over an ssh session. I wonder what you have to run on the server side for it to work? Does uuencode or base64 work for you? I use it a lot to move stuff (aka my toolkit) to systems where I'm connected via citrix -> rdp -> ssh -> ssh. Amazingly, it works fine, though it can be s…

I wonder what you have to run on the server side for it to work?

sz(1) I assume (a tool with considerable seniority). Found for example in the lrzsz package on Debian.

Re: PuTTY 0.68 has been released

#110
post #46
post #6

Earlier quoted context omitted.

This is the information I came to find. Thanks!

Why would such a small, simple program need to be 64 bit? Exactly what changes when moving puTTY from 32 bit to 64 bit? It now takes up more memory?

Here are the reasons they now provide a 64bit version: http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/w...
Post reply on HN