Hey, is it not just a simple honeypot reverse hack ssh server? People understand that reverse hacking can happen when connecting to random ssh server, right?
People understand that such "reverse hacking" can happen when their browser connects to any site (including all the indirect connections from dependent resources), right? Or when resolving any domain name? Or when even just pinging an IP? The risk is far, far lower than browsing the internet. Unlike the massive surface of a browser and all the libraries and processes it is comprised of, the OpenSSH client is a tiny,…
Show HN: ssh ssh.place
81–90 of 126 posts
Re: Show HN: ssh ssh.place
#82Hey, is it not just a simple honeypot reverse hack ssh server? People understand that reverse hacking can happen when connecting to random ssh server, right?
> People understand that reverse hacking can happen when connecting to random ssh server, right? No, actually, I've never heard of such a vector. How would that work?
https://www.cve.org/CVERecord?id=CVE-2026-60002
As I understood this, a malicious server can change its host key somewhere during key exchange and trigger a use-after-free in the client, which might be exploitable for code execution.
Re: Show HN: ssh ssh.place
#83Re: Show HN: ssh ssh.place
#84If you have a slight interest in originality of presentation, whatever website copy first comes out of Claude is not there yet. Its preoccupation with "no x, no y" and annoying runs of sentence fragments might have been a punchy rhetoric for a short while before it became a tired cliché, but by now it stylistically makes it look more like you're bragging on LinkedIn than presenting something fun and creative. I menti…
Why do they specifically push for this voice? Because it is effective. This is "headline voice", the voice that gets people to endlessly click on Youtube clickbait and garbage articles. Most of the population gets a dopamine hit from this style of writing, making it legitimately addicting to them. Those who recognize it for what it is and find it insufferably grating are in a tiny, tiny minority.
Re: Show HN: ssh ssh.place
#85Earlier quoted context omitted.
There has never been a real-world OpenSSH exploit that allows a server to RCE a client that connected to it without a bunch of dubious qualifiers. Connecting to a random SSH server is much, much less dangerous than running a random binary or executing a random curl install script, both of which people do all the time, and is probably about on par with the likelihood of a random website escaping your browser's sandbox…
I believe the recent cve-2026-55200 in libssh2 (client-side library) was allowing exactly this. https://nvd.nist.gov/vuln/detail/cve-2026-55200 ("Remote attackers can send crafted SSH packets with excessively large packet_length values to corrupt heap memory and achieve remote code execution.") Of course the other abouts that you whatted (such as random curl install scripts, binaries, etc.) are still more dangerous.
Re: Show HN: ssh ssh.place
#86Earlier quoted context omitted.
If you properly set up your ssh client (No agent forwarding or X11 forwarding)
Terminal, too; some escape sequences are able to perform attacks in old or buggy terminal emulators.
Re: Show HN: ssh ssh.place
#87Earlier quoted context omitted.
I believe the recent cve-2026-55200 in libssh2 (client-side library) was allowing exactly this. https://nvd.nist.gov/vuln/detail/cve-2026-55200 ("Remote attackers can send crafted SSH packets with excessively large packet_length values to corrupt heap memory and achieve remote code execution.") Of course the other abouts that you whatted (such as random curl install scripts, binaries, etc.) are still more dangerous.
OpenSSH doesn't use this library.
Re: Show HN: ssh ssh.place
#88TIL about 4chan clanker clone moltshit.com
Re: Show HN: ssh ssh.place
#89Earlier quoted context omitted.
The ones I connect to the most often from my personal laptop I don’t physically own but I do pay to rent them and I installed the OS on them myself.
The main ones I don’t own are VPS servers from fairly large providers, or GitHub.
Re: Show HN: ssh ssh.place
#90Earlier quoted context omitted.
Is that more likely than getting hacked when visiting a website?
Visiting a random website is the normal use of HTTP. With SSH, there might be assumptions of connecting to a trusted server you have an account with and likely own. It's not very normal to ssh to a random server.