Show HN: ssh ssh.place
101–110 of 126 posts
Re: Show HN: ssh ssh.place
#102Hey, 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?
Re: Show HN: ssh ssh.place
#103Why is there no orange? The entire colour palette is a bit depressing. Also my terminal (Ubuntu in WSL2) had an ugly colour palette defined by default with several identical colours. I'm glad I found out! Use this to check yours: for i in {0..15}; do printf "\e[48;5;%dm %2d \e[0m " "$i" "$i"; (( (i + 1) % 8 == 0 )) && echo; done and then press ctrl + , to change it.
Re: Show HN: ssh ssh.place
#104If 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…
Re: Show HN: ssh ssh.place
#105Earlier quoted context omitted.
I'm going to be so honest, I don't have much advice for you. I'm a teenager who's part of Hack Club ( https://hackclub.com ) who made this entirely for fun. I was inspired by @zachlatta's SSHtron ( https://github.com/zachlatta/sshtron ) and wanted to make an SSH game. I loved how easy it was for him to promote it too, he made a HN post with title "ssh sshtron.zachlatta.com" because it gets people to try out the actua…
Keep it up! You’re surely the coolest teenager I’ll come across this month.
Re: Show HN: ssh ssh.place
#106it's already littered with bots, so it's not fun for a human to go there.
Re: Show HN: ssh ssh.place
#107Takes all the fun out of it when people are multiboxing for the sake of posting an advertisement. Oh well.
Re: Show HN: ssh ssh.place
#108Time for your regular reminder that ssh has no PKI and is trivial to mitm during tofu.
Re: Show HN: ssh ssh.place
#109Re: Show HN: ssh ssh.place
#110Earlier quoted context omitted.
> 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?
An ssh server would exploit a vulnerability in the ssh client when it connects. For example, openssh has both a client and server. There’s been vulnerabilities in openssh, in the client. Those vulnerabilities aren’t reachable unless you’re connecting to a server attempting to exploit you, so the risk is quite low because you know and trust most servers you’re connecting to with ssh. To sum it up: Connecting to this s…