• Small improvement to 'connect.mps'

    From Scott Street@1:396/4 to All on Mon Jun 16 22:53:34 2025
    From: nospam.Scott.Street@f625.n266.z1.fidonet.org (Scott Street)

    Some time ago, I installed connect.mps/x to help the robots from causing mayhem
    to my telnet and telnets ports. I also turned on the automatic blacklisting function in MIS to avoid repeated nonsense from the Internet. That's been fine, but I really disliked the fact that it slowed down my SSH connections. So I have added a bit of code to connect.mps to recognize that I'm coming in SSH (or RLOGIN) and if my username is valid, the connection get to skip the "Press ESC twice to continue..."

    I added 4 lines:
    After the first Begin statement:
    If ((ServerType=1) or (ServerType=2)) and (UserLoginName<>'') and (UserLoginPW<>'') and IsUser(UserLoginName) Then Being
    Break;
    End Else
    ... (indent the rest of the function one level

    End;

    End. //original function end


    I hope this helps someone.

    Scott

    --- NewsGate v1.0 gamma 2
    * Origin: News Gate @ Net396 -Huntsville, AL - USA (1:396/4)
  • From Al DeRosa@1:396/4 to All on Thu Jun 19 02:04:23 2025
    From: nospam.Al.DeRosa@f157.n267.z1.fidonet.org (Al DeRosa)

    On 16 Jun 2025, Scott Street said the following...

    Some time ago, I installed connect.mps/x to help the robots from causing mayhem to my telnet and telnets ports. I also turned on the automatic blacklisting function in MIS to avoid repeated nonsense from the
    Internet. That's been fine, but I really disliked the fact that it
    slowed down my SSH connections. So I have added a bit of code to connect.mps to recognize that I'm coming in SSH (or RLOGIN) and if my username is valid, the connection get to skip the "Press ESC twice to continue..."

    Scott you might also want to look at the Phenom Productions bot breaker. It allows SSH access by bypassing it completely .Mystic won't let a SSH connection
    through unless the handle and password match.


    |11 Bucko |14- |06Wrong Number Family Of BBS' |07- |03www.wrgnbr.com

    .... A SQL query walks into a bar and sees two tables. Asks: 'Can I join you?'

    --- NewsGate v1.0 gamma 2
    * Origin: News Gate @ Net396 -Huntsville, AL - USA (1:396/4)
  • From Scott Street@1:396/4 to All on Thu Jun 19 05:37:47 2025
    From: nospam.Scott.Street@f625.n266.z1.fidonet.org (Scott Street)

    On 18 Jun 2025, Al DeRosa said the following...

    Scott you might also want to look at the Phenom Productions bot breaker. It allows SSH access by bypassing it completely .Mystic won't let a SSH connection through unless the handle and password match.

    I see; thanks for the tip; sort of like Telnet-S - which I've already implemented. I can post about that if anyone is interested.

    --- NewsGate v1.0 gamma 2
    * Origin: News Gate @ Net396 -Huntsville, AL - USA (1:396/4)
  • From Al DeRosa@1:396/4 to All on Fri Jun 20 00:15:02 2025
    From: nospam.Al.DeRosa@f157.n267.z1.fidonet.org (Al DeRosa)

    On 18 Jun 2025, Scott Street said the following...


    I see; thanks for the tip; sort of like Telnet-S - which I've already implemented. I can post about that if anyone is interested.


    No sweat.. Enjoy...


    |11 Bucko |14- |06Wrong Number Family Of BBS' |07- |03www.wrgnbr.com

    .... Nine times out of ten the statisticians are wrong

    --- NewsGate v1.0 gamma 2
    * Origin: News Gate @ Net396 -Huntsville, AL - USA (1:396/4)