SSH

Last edited 2026-08-03 01:34 EDT · history · 2 views

SSH

Secure-shell access to the same ANSI menus you'd get via Telnet.
Port 2234/tcp by default (deliberately not 22, so it can't
conflict with the box's real system SSH daemon).

Connect

ssh -p 2234 username@bbs.a-net.fyi

Replace hostname / port to match your BBS.

Why SSH over telnet?

What you can do over SSH

Everything the Telnet menus offer. Doors work over SSH too,
including DOS doors via the DosBridge — the bridge is
protocol-agnostic.

Host key

The first connection prompts you to accept the BBS's host key
fingerprint. The sysop should publish the fingerprint somewhere
(usually on one of their info pages) so you can verify it.