Earlier quoted context omitted.
I'm also interested. Setting up a passwordless SSH account for some public service sounds like a good way to give your machine away to North Korean hackers, because you forgot to set someting in /etc/sshd to "no". Is there a usable description somewhere on how to do this safely?
i'd be interested in seeing that. here its ok because it doesnt use sshd at all
Devzat – Chat over SSH, with some nice quality-of-life features
101–110 of 111 posts
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#102Earlier quoted context omitted.
Install `finger` and you've practically got a social media platform.
.plan was the original status update.
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#103Earlier quoted context omitted.
I’m trying to google finger and all I get is fingerprint software
https://en.wikipedia.org/wiki/Finger_(protocol) An old, old Internet protocol that was used to get information on a user, and could be used by users to post updates from their .plan files. Essentially plaintext social media for people with Internet connections in the 80s and (early-ish) 90s.
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#104Related: Does anyone by chance know how to configure an "anonymous" ssh account that always runs the same program? This would be great for making text mode games available to everyone without needing to support different platforms, now that windows actually ships with ssh.
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#105Earlier quoted context omitted.
.plan was the original status update.
Indeed, I wish there was something like it today with a modern design. Like a DHT with your public key fingerprint as a lookup. Anyone who 'follows' your .plan also hosts it as a torrent. You 'approve' followers by signing your .plan file with their pubkey, or for a fully public .plan, just sign with your private. Blah blah blah decentralized cypherpunk social media utopia.
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#106Earlier quoted context omitted.
Indeed, I wish there was something like it today with a modern design. Like a DHT with your public key fingerprint as a lookup. Anyone who 'follows' your .plan also hosts it as a torrent. You 'approve' followers by signing your .plan file with their pubkey, or for a fully public .plan, just sign with your private. Blah blah blah decentralized cypherpunk social media utopia.
That's basically what ssb or dat are
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#107Earlier quoted context omitted.
.plan was the original status update.
Indeed, I wish there was something like it today with a modern design. Like a DHT with your public key fingerprint as a lookup. Anyone who 'follows' your .plan also hosts it as a torrent. You 'approve' followers by signing your .plan file with their pubkey, or for a fully public .plan, just sign with your private. Blah blah blah decentralized cypherpunk social media utopia.
https://github.com/anacrolix/btlink https://github.com/anacrolix/dht
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#108Earlier quoted context omitted.
Indeed, I wish there was something like it today with a modern design. Like a DHT with your public key fingerprint as a lookup. Anyone who 'follows' your .plan also hosts it as a torrent. You 'approve' followers by signing your .plan file with their pubkey, or for a fully public .plan, just sign with your private. Blah blah blah decentralized cypherpunk social media utopia.
Oh man, I've been working on this stuff for years. End users just don't care. Devs just reinvent the wheel in dumbass languages. The tech for this stuff has existed for 15 years, there's nothing to invent. It's ready now. https://github.com/anacrolix/btlink https://github.com/anacrolix/dht
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#109Earlier quoted context omitted.
I’m trying to google finger and all I get is fingerprint software
https://en.wikipedia.org/wiki/Finger_(protocol) An old, old Internet protocol that was used to get information on a user, and could be used by users to post updates from their .plan files. Essentially plaintext social media for people with Internet connections in the 80s and (early-ish) 90s.
Re: Devzat – Chat over SSH, with some nice quality-of-life features
#110Related: Does anyone by chance know how to configure an "anonymous" ssh account that always runs the same program? This would be great for making text mode games available to everyone without needing to support different platforms, now that windows actually ships with ssh.
Wouldn't it be possible to just change the shell via 'chsh' or editing /etc/passwd to point to the text mode game for a particular user