Subj : Re: Problem with doors
To   : Taoron
From : zharvek
Date : Wed Jun 18 2025 10:48 am

Ta> So it looks like I was doing everything correctly.  The one thing I failed
Ta> know was that netfoss does NOT work with SSH so any doors using Netfoss an
Ta> caller using SSH will not work.  Good to know, right?

Here is how I have Mystic BBS SSH working on Archaic Binary.

Incoming SSH connections to the standard Mystic SSH server, and I use a 'startup.mps' file under scripts.

 If (ServerType = 2) and (Server = 'SSH') Then Begin
   // This is connection from SSH, making a loopback connection bridge.
   MenuCmd('NA', 'SSH Loopback');
   MenuCmd('GT', '|CL');
   MenuCmd('IT', '/addr=127.0.0.1 /port=23 /PROMPT');
   MenuCmd('GI', '');
 End;

You might need to work around a few things, but my setup relies on the startup.mps to route connections based on their incoming servers.

SSH connection does nothing except loopback to the localhost to telnet so its still secure from the user end but Mystic now sees it as telnet and 'just works' with all the doors/etc.

Might help point you in a good direction.

--- Mystic BBS v1.12 A49 2024/05/29 (Windows/32)
* Origin: Archaic Binary * bbs.archaicbinary.net (21:2/132)