7/22/2026 at 12:48:37 PM
I would prefer the connection instructions made clear that the default SSH username would be used to set up my username on the platform and display that to other users without initially seeking my consent. On $machine[work], I don't get to pick that $USER is my full name.If this affects you, make sure you connect with `ssh [pseudonymous name]@late.sh`.
by greengreengrass
7/22/2026 at 2:04:15 PM
> without initially seeking my consentThat's just how SSH works. If you want to be pseudonymous, you should also generate a new key pair.
by soraminazuki
7/22/2026 at 5:49:01 PM
> That's just how SSH worksI know that. Just because SSH automatically sends my local $USER doesn't mean they have to report the value received in the SSH username automatically on the game platform to other users, without first having prompted me "your username has been reported as <greengreengrass>. Is it okay to show this?".
A simple flag in my user profile in the platform to say whether I've said that's okay or not.
Or instructions to advise people to choose their username /before/ first connect. These are reasonable, privacy-preserving things to call out in a good and user-friendly design.
by greengreengrass
7/22/2026 at 5:33:58 PM
They do make it clear... # privacy
we store your key fingerprint, not the full public key.
no IP logging. no tracking. no analytics.
chat messages and game scores are stored in
postgres, tied only to your fingerprint.
don't trust us? use a throwaway key:
$ ssh-keygen -t ed25519 -f ~/.ssh/late_throwaway && ssh -o IdentitiesOnly=yes -i ~/.ssh/late_throwaway late.sh
generates a disposable key — zero risk, full experience
Wow, this got flagged immediately. Must have triggered some automated thing. Sorry!
by latchkey