this post was submitted on 10 Oct 2023
153 points (94.7% liked)
Technology
59042 readers
3020 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
telnet
is an insecure protocol. Ideally you should usessh
instead ~~but most~~ which some modern BBS's support both. Of course if you want to dial in on legacy "authentic" hardware then SSH isn't possible.๐กYou can SSH (or telnet) from your phone using Termux and it works pretty well (though admittedly not as good without full ANSI support). It doesn't use full height of screen but is still usable. BBS's could be enhanced to support that though.
Here's an example of how one looks on my phone:
ssh NEW@bbs.bottomlessabyss.net -p 2222 -c aes256-cbc
I really like Termius for SSH on Android (dunno if it's on iOS). I use it for all my servers.
In my part of the BBS-world telnet is the only option. I'm a C64 guy, and a TCP stack is memory hungry enough for 64k of RAM.
But yes, encrypt when available.
This looks fucking awesome.