Remix.run Logo
thristian 5 days ago

From the PuTTY FAQ: https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#...

Would you like me to register you a nicer domain name?

No, thank you. Even if you can find one (most of them seem to have been registered already, by people who didn't ask whether we actually wanted it before they applied), we're happy with the PuTTY web site being exactly where it is. It's not hard to find (just type ‘putty’ into google.com and we're the first link returned), and we don't believe the administrative hassle of moving the site would be worth the benefit.

I wonder if they changed their mind because Google ceased to be a reliable way to find them.

ahmedfromtunis 5 days ago | parent | next [-]

The first link I get when I searched for "putty" was `putty.org` which, according to the footer: "The PuTTY project or its authors have never owned this domain, registered it, or purchased it."

Nevertheless, I can't consider relying on probabilistic algorithms controlled by 3rd parties to be a wise strategy.

Also, these days, after decades of habit building and a rise in awareness about scam-related stuff, I think people expect to see the name of the project early on in the URL, not in 7th position as it is currently.

sambull 5 days ago | parent | next [-]

> I can't consider relying on probabilistic algorithms controlled by 3rd parties to be a wise strategy.

That's pretty much all of the AI industry and clients.

nicce 5 days ago | parent [-]

Pretty much how the whole world works and why ads are multi-trillion dollar business.

herf 5 days ago | parent | prev | next [-]

Google right now lists the title of putty.org as "PuTTY", even though right now this text is only in the footer. Up until August I guess it provided a download link, but the title was not "PuTTY".

swah 5 days ago | parent | prev | next [-]

My first 3 matches are https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.ht..., https://www.putty.org/ and https://www.chiark.greenend.org.uk/~sgtatham/putty/

JdeBP 5 days ago | parent | next [-]

putty.org's page ranking used to be higher.

* https://hachyderm.io/@simontatham/115027646348662282

I suspect that the recent kerfuffle motivated people to finally clean out bogus hyperlinks that casually listed putty.org as the download site, which would have been contributing to inflated page rank up to that point. I found one on a wiki and fixed it, myself, and I'm sure that I was not the only person who went looking.

whizzter 5 days ago | parent [-]

It's not inconceivable that some Googlers reads here or otherwise and took note to punish that site.

reader9274 5 days ago | parent [-]

Hmm why punish that site?

whizzter 5 days ago | parent [-]

Because it's affiliated with _another_ ssh client and there seems to have been various levels of shadyness over time, see previous discussion: https://news.ycombinator.com/item?id=44558328

pandemic_region 5 days ago | parent | prev [-]

Assuming he owns the green end.org.uk domain, why not letting people land on putty.greenend.org.uk ?

JdeBP 5 days ago | parent [-]

Your assumption is false, so the question is without proper foundation. GreenEnd's Chiark is owned by Ian Jackson. Simon Tatham is a user on the system, with a home directory. One of a list of such users, including Rachel Coleman and Matthew Garrett.

nelox 4 days ago | parent | prev | next [-]

I can sell you some AdWords to solve it.

1970-01-01 5 days ago | parent | prev [-]

Google.com > putty > I'm feeling lucky > https://www.chiark.greenend.org.uk/~sgtatham/putty/

zapzupnz 4 days ago | parent | prev | next [-]

It seems almost hostile to users. Why should I need to use some third party tool to find your thing? If you're paying for a domain anyway, pay for a meaningful one.

… Well, I guess that's what they've done. Surely nobody could ever have been this naïve, though; it's not as though Google massaging results into unusable mess is anything new.

kelnos 4 days ago | parent [-]

> Why should I need to use some third party tool to find your thing?

How else would you find it? By typing domain name guesses into your address bar until you hit the right one? How would you be sure you've hit the right one and not a scammer/squatter?

This is not a particularly easy problem to solve, and I agree that relying on Google to accurately and safely deliver you to the correct web site isn't great either, but I think we'd be much worse off without search engines.

whoamii 5 days ago | parent | prev | next [-]

Should’ve used a goo.gl short link. ;)

account42 3 days ago | parent | prev | next [-]

Also a weird choice to go with a nuTLD which may or may not price gouge them in the future leaving them with the choice to either pay up or potentially have someone malicious taking over tons of inbound links.

hammock 5 days ago | parent | prev | next [-]

I barely know what SSH keys are, but last week when I was asked to provide one for an stfp site at work they said create a pair using putty.

Well I googled putty and found a couple different .org domains, one who which said it was legit but not official, and another which said it was official but looked wildly out of date.

Neither one I could find a download for Mac that worked. The one I tried gave a scary “we no longer allow putty sudo access as it’s dangerous” and when I googled this error I could find no explanation to assuage me.

And since I wanted to make sure what I was doing was legit, I searched for alternatives.

Eventually I discovered I could use command line in mac to generate the keys I needed. But first I installed Xcode then ran the command (I used chatgpt to tell me exactly how to get the type and length I needed). It was easy.

Side note, the whole culture of downloading random software and using it with just a single line in a terminal is always sketchy to me too. But I’m not a coder so I’m not used to it.

lanyard-textile 5 days ago | parent | next [-]

It is sketchy. :) Your intuition is correct.

The idea is that you will need to put some trust in the project anyway, since you’re trying to install it. Might as well make it easier with a one line install.

Edit: You should only do this if someone reliable tells you to, honestly. Doing this with truly random projects you aimlessly find is not a good idea.

ok_computer 5 days ago | parent | prev | next [-]

If you hadn’t discovered this already with you mac CLI commands, OpenSSH from OpenSSL ‘ssh-keygen’ command is a good way to create SSH keys in ClI and ships in many OSes or is a lightweight download. The OpenSSL website name is unambiguous, which is a benefit.

https://docs.github.com/en/authentication/connecting-to-gith...

wolf550e 5 days ago | parent | next [-]

OpenSSH and OpenSSL are completely unrelated projects.

ok_computer 4 days ago | parent [-]

Independent projects but not unrelated since there was a historical dependency from OpenSSH to OpenSSL.

https://serverfault.com/questions/780476/generating-ssh-keys...

My knowledge was a bit outdated by about a decade.

hammock 4 days ago | parent | prev [-]

Ssh-keygen is what I ended up using. At chatgpt recommendation

avhon1 4 days ago | parent | prev [-]

The wikipedia article has links to the official websites, and not to the scams: https://en.m.wikipedia.org/wiki/PuTTY

autoexec 4 days ago | parent | next [-]

This is helpful (and something I've used wikipedia for myself) but it's far from ideal since it wouldn't be too hard for someone to edit that page to point to a malicious domain. Not sure if that's happened before, but I can see it as something that could go unnoticed for a quite a while as long as the target site looks legit enough.

hammock 4 days ago | parent | prev [-]

That’s the outdated looking website I found that didn’t have mac version. I’m guessing I’m supposed to use the Unix version there?

The website I was sketched out by (but tried it anyway, then got the scary error) was puttygen.com which had me install homebrew (whatever that is) and then do “sudo brew install putty”

zerocrates 4 days ago | parent | next [-]

"Use PuTTY" is more or less advice just for Windows users.

CRConrad 4 days ago | parent | prev | next [-]

I think the main reason you couldn't find a mac version to download is that there is none.

The closest I saw was a .tr.gz file (i.e. a gzipped Tape ARchive) of Unix source code, but A) I don't know of their definition of "Unix" includes OS X / MacOS; and B) judging from your comments here, you don't seem like the type who would want to install software by downloading, decompressing, and compiling source code.

I'm thinking the people who told you to use PuTTY were assuming that you are a Windows user.

II2II 4 days ago | parent | prev [-]

Homebrew is a reputable package manager (a.k.a. software installer, for Unix applications on the Mac). That said, I'm pretty sure the version of ssh shipping with the Mac could do the key generation for you so you wouldn't need putty.

jbaber 4 days ago | parent | prev | next [-]

My decades long habit has been to search for "chiark putty". Never fails :)

account42 3 days ago | parent [-]

That trick requires you to already know the correct website though.

rezonant 5 days ago | parent | prev [-]

Unfortunately the person who owns putty.org started to use it to spread misinformation about vaccines and the pandemic, as you can see on the site today.

This recently [1][2] got a lot of attention on the web and here on HN, along with a post on Mastodon from the author [3]

I imagine trying to disincentivize this and provide another shorter more official looking link is the hope here.

[1] https://www.theregister.com/2025/07/17/puttyorg_website_cont...

[2] https://news.ycombinator.com/item?id=44579265

[3] https://hachyderm.io/@simontatham/114846017785770922

teaearlgraycold 5 days ago | parent | next [-]

> Since 2020 I have been speaking out against the fraudulent pandemic and the intentionally dangerous injections and my experience has been to have been censored and smeared. If you have not heard of me before, that's the reason.

One weird trick to make your insignificance seem significant!

1970-01-01 5 days ago | parent [-]

Hilarious how putty.org hasn't been updated, and still has a FINAL WARNING video on the landing page.

Extrapolated to the present time, all of us vaccinated individuals are now suffering the big consequences.

Too bad all nutjobs aren't so easy to disprove by simply taking a single large breath. :)

rconti 5 days ago | parent | prev | next [-]

Did putty.org once link to the putty software? Or an alternative SSH client? Why did the site ever become popular?

I'm trying to grok this, but all of the posts sort of obliquely refer to things that happened in the past (even the old HN links here), rather than explicitly just explain what the hell happened.

Macha 4 days ago | parent [-]

It used to link to Putty _and_ to the domain owner's competing software:

https://web.archive.org/web/20170822083048/http://www.putty....

The domain owner seems to feel he was providing a service to putty by providing the short domain name and feels slighted that they are moving to have their own now that he is taking actions that they find more objectionable than just also linking to his competitor, but to be honest it always seemed some unethical squatting to me, based on the Putty devs not having the time to complete a UDRP process.

zo1 5 days ago | parent | prev | next [-]

This seems similar to the Notepad++ team using their platform to promote political viewpoints.

The same thing happened with Facebook "pages", when they became a personal "soap box" by the owner of the page. It was downhill from there... You might as well turn the whole web into FB/Twitter/X/Insta promotional spam at that point.

kryptiskt 5 days ago | parent | next [-]

It's not at all similar, and that doesn't have anything to do with the quality or lack thereof of the viewpoints.

The Notepad++ site is run by the authors and reflects their stance. Putty.org is run by an outside party who hijacks the reputation of the PuTTY project to push their agenda.

rokkamokka 5 days ago | parent | prev | next [-]

It's one thing to say "stand with Ukraine", and an entirely different thing to spread vaccine misinformation...

account42 3 days ago | parent [-]

Sure, one is virtue signalling while the other has the potential of actually helping someone stay safe.

SnuffBox 5 days ago | parent | prev [-]

[flagged]

f1shy 5 days ago | parent [-]

You mean that ironically or seriously?

shermand89 5 days ago | parent | prev | next [-]

[flagged]

perching_aix 5 days ago | parent [-]

Yes misinformation: https://en.wikipedia.org/wiki/Michael_Yeadon

falleng0d 5 days ago | parent | prev | next [-]

[dead]

perching_aix 5 days ago | parent | next [-]

What's the problem with them sharing they find it unfortunate?

Hackbraten 5 days ago | parent | prev [-]

That’s not how discourse works imho. Yeadon is making extraordinary claims, so the burden of explaining and backing up those claims should be on them, not on us. Until they do, there’s no point in addressing their concerns.

avar 4 days ago | parent | prev | next [-]

    > Unfortunately the person who owns putty.org
    > started to use it to spread misinformation
    > about vaccines and[...]
Isn't that rather fortunate in the grand scheme of things? It could have been a landing page monetizing various SSH clients for windows.

Instead it's just some guy's website clearly unrelated to PuTTY. He's even gone out of his way to point people looking for PuTTY in the right direction. Who cares what his opinion is about anything else?

nailer 5 days ago | parent | prev [-]

[flagged]

zettabomb 5 days ago | parent | next [-]

Argument from authority is not particularly strong. The information on putty.org is considered misinformation by the vast majority of professionals in the field of infectious diseases.

nailer 5 days ago | parent | next [-]

I thought it was argument from expertise? And while you’re on the topic of epistemology truth isn’t determined by how common an idea is.

0manrho 5 days ago | parent [-]

He's not an expert on vaccines or infectious disease and pushed known provably false narratives during the pandemic.

nailer 5 days ago | parent [-]

I don't think being a medical and phramaceutical expert disqualifies him speaking about vaccines, do you?

perching_aix 3 days ago | parent | next [-]

"God has all positive properties. Existing is a positive property. Therefore God exists."

Amazing things happen when you crank up the level of simplification.

f1shy 4 days ago | parent | prev [-]

This is the modern world that we live in. If being “Vice President and Worldwide Head of Research in allergic and respiratory diseases at Pfizer” with 25 years of career does not qualify to talk about vaccines (in the context of of Covid, I assume because I do not know him or the videos), I frankly don’t know what does

perching_aix 3 days ago | parent [-]

Like being an expert in virology and vaccine therapies for example. Or being boots on the ground rather than a bean counter. Really doesn't take that much imagination now, does it? Or is this "modern world that we live in" this anemic on imagination power?

I'm sure we can then find experts with those kinds of qualifications who also pushed covid misinformation (or to use more old-school terms, straight up fucking lies and unfounded, conspiratorial speculations) and held minority opinions.

Then we can lament on how having a minority opinion means your opinion is definitely being unjustly oppressed, as opposed to justly oppressed, which somehow we'll not be able to produce an example for. Does that really matter though if we can just pretend that we do have an example, or even believe outright we do and just not agree?

Or maybe we can lament on how just blindly trusting either authority or expertise is possibly not the most solid idea in the world. As if we actually had the option to do otherwise at scale, even in the best case scenario, and all people were magically equal and equipped to do so.

Humans and their unattainable reasoning ability. Oh the modern world. Yeah right.

f1shy 3 days ago | parent [-]

So an expert is exactly the one you want to believe, and no other person, and you tailor the definition just exactly, so only people with your opinion are experts.

Everyone has the world the size he deserves…

perching_aix 3 days ago | parent [-]

At least the reading comprehension monster will never hurt you, that's for sure. Your previous comment makes perfect sense now too, along with why you'd be whinging about oh the modern world.

f1shy 3 days ago | parent [-]

The truth, reason or wisdom will never catch you. Don’t worry, you are faster and smarter than anyone! Keep going!

perching_aix 2 days ago | parent [-]

If truth, reason and wisdom looks like not even being able to copy and paste the guy's job title properly from Wikipedia, or absentmindedly forming a strawman with full confidence due to being abject unable to read, indeed, I shall speed right on. That's not a form of truth, reason and wisdom I ever want reaching me.

Like imagine thinking that parsing this:

> I'm sure we can then find experts with those kinds of qualifications who also pushed covid misinformation (or to use more old-school terms, straight up fucking lies and unfounded, conspiratorial speculations) and held minority opinions.

as this:

> So an expert is exactly the one you want to believe, and no other person, and you tailor the definition just exactly, so only people with your opinion are experts.

resembles any form of intelligence. These two are in direct contradiction!

Is this really that big of a bar? Let's read together!

> I'm sure we can then find experts with those kinds of qualifications

So I recognize that there are experts with the "right qualifications", whatever that means to me, we don't even have to agree.

> who also pushed covid misinformation and held minority opinions.

So no, I do not stop recognizing them as experts, despite them not confirming my beliefs. Instead, what I do is consider them to have pushed covid misinformation, holding minority opinions, despite being experts with the "right qualifications".

Was this really that hard? I even featured multiple paragraphs after this arguing back and forth on your behalf!

Trusting expert or authority opinion is analogous to trusted computing. It works until it doesn't, and when there's debate among the trusted parties, there's two options: unanimous consensus, which humanity is not exactly known for as you can tell, or majority consensus, which yielded that the guy is wrong period. Choose anything else, and you're discarding the trust-based model in favor of something else; there's no trust and/or no consensus.

And what model do people turn to when there's no trust? Verifiability. This is why I brought up that at scale, verifiability is simply not viable, not as far as I can tell, and somehow this wasn't what you latched on to either. Current state of affairs could be improved a lot, I do think that academic research output has a lot of room for improvement in accessibility, and that getting up to speed with a different area to one's own shouldn't be as hard as it is. But just think about our guy and his claims in practical terms. He was claiming things like "nuh-uh, no second wave in the UK". How are you going to hand verify that yourself on your own? Are you going to act a Santa Claus one night and just visit everyone and take samples? Come on.

And so this was never actually about either of these. It was about believing different things and then piling on top whatever is available, reversing what came first: the thought, or the rationale behind that thought.

I can understand if someone, irrespective of the (majority) scientific consensus on mask use, vaccination, distancing, sanitation, and isolation, simply still chooses to not fall in line out of gut feeling or whatever, and owns up to it. That is at least intellectually honest. But this "oh so you're thinking <the exact opposite of what I said>" and this "a handful of experts out of millions claim otherwise so they're right and unjustly oppressed, and everyone else is wrong and complicit" rubbish is pitiful. The putty.org owner could swap the current text out for free infinite energy or flat earth theory and it would be equally believable. You see countless of those with the same sob story of being unjustly oppressed and then the thing somehow turning out to be bollocks or a scam, sometimes both, all the time. With the rare but convenient few experts chiming in being the occasional icing on the cake, much like the phony full time jury-only experts presenting on court in favor of insurance companies.

It is simply not reasonable to believe in what the guy is pushing, unless you've been believing that from the get-go - at which point, there's nothing to argue anyways. This is unlike the trust-based or the verification-based models, which have more going for them than just the sheer belief of individuals, and where there is capacity for arguments. Arguments that we are not having, because you're entirely too busy intentionally(?) misreading the guy's work title and qualifications, and intentionally(?) misreading what I wrote.

account42 3 days ago | parent | prev | next [-]

The irony of complaining about an appeal to authority only to then counter it with an appeal to authority.

f1shy 3 days ago | parent [-]

In this case more stupidity than irony.

5 days ago | parent | prev | next [-]
[deleted]
wang_li 5 days ago | parent | prev [-]

[flagged]

RALaBarge 5 days ago | parent | prev [-]

https://en.wikipedia.org/wiki/Michael_Yeadon#COVID-19_misinf...

nailer 5 days ago | parent [-]

[flagged]

perching_aix 3 days ago | parent | next [-]

"This sentence is false."

5 days ago | parent | prev [-]
[deleted]