Earlier quoted context omitted.
I'm not saying you should do this, but you can do this: https://gist.github.com/shmup/100a7529724cedfcda1276a65664dc...
Amusingly that looks less like "rubber duck debugging" and more like "socratic questions". Which certainly isn't a bad thing.
Why does SSH send 100 packets per keystroke?
301–310 of 375 posts
Re: Why does SSH send 100 packets per keystroke?
#302Earlier quoted context omitted.
Hah no. Nobody is running TCP on that link, let alone SSH.
Once upon a time I worked on a project where we SSH'd into a satellite for debugging and updates via your standard electronics hobbiest-tier 915mhz radio. Performance was not great but it worked and was cheap.
Re: Why does SSH send 100 packets per keystroke?
#303Earlier quoted context omitted.
There's a good chance you have other options. Regardless of how you feel about the company's head, Starlink would probably be one of them, with likely better performance than you're dealing with on ADSL. But you cannot just sue a company because their network connected software doesn't work well on slow networks. Let alone a project like OpenSSH. It would be like me suing a game studio because my PC doesn't meet thei…
Hey, it is one thing to buy a new computer, it is another thing to ask people to move. A better analogy is a bank redlining neighborhoods. The cost to run fiber to difficult rural locations pays itself easily if you look at a 25-year time span and is an order of magnitude less than building a new housing unit on the West Coast.
Re: Why does SSH send 100 packets per keystroke?
#304Re: Why does SSH send 100 packets per keystroke?
#305Re: Why does SSH send 100 packets per keystroke?
#306Re: Why does SSH send 100 packets per keystroke?
#307I don't see how Claude helped the debugging at all. It seemed like the author knew what to do and it was more telling Claude to think about that. I've used Claude a bit and it never speaks to me like that either, "Holy Cow!" etc. It sounds more annoying than interacting with real people. Perhaps AIs are good at sensing personalities from input text and doesn't act this way with my terse prompts..
Re: Why does SSH send 100 packets per keystroke?
#308Very interesting, I hadn't heard of this obfuscation before so it was well worth clicking. Another good trick for debugging ssh's exact behavior is patching in "None" cipher support for your test environment. It's about the same work as trying to set up a proxy but lets you see the raw content of the packets like it was telnet. For terminal games where security does not matter but performance and scale does, just off…
Also, port 21 is often blocked.
Re: Why does SSH send 100 packets per keystroke?
#309Am I missing something? This isn't what ssh's purpose is. Why should anyone care? We're talking about a game built to run over an encryption protocol? What are we even doing anymore? Also, correct me if I'm wrong, but client-side option existing is secure design, really feels like it shouldn't be circumvented server-side without giving the client the choice to do so or not by default. Don't lobby for watering down se…
I assume this is done for novelty. There is also Terminal coffee which is a coffee company that takes orders for delivery over SSH.