• Re: argh macs are becoming penny extractors.

    From Dr Eberhard W Lisse@21:1/5 to johnson on Sun Mar 13 17:13:55 2022
    brew install telnet

    el


    On 2022-03-13 13:47 , johnson wrote:
    ["Followup-To:" header set to comp.sys.mac.system.]
    On 2022-03-13, Siri Cruise <chine.bleu@yahoo.com> wrote:
    Years ago I pushed our company to use Macs. Core Image,
    Quicktime, Apache, and so much software we needed came
    preinstalled. XCode was okay, especially when it could edit RTFs.
    And we previously used MPW on System 7.

    I tried to use telnet a few days and it's gone. Telnet is
    programmer tool that let's programmer explore most network
    protocols by hand. It's real useful for programmers and doesn't
    cost other customers when they don't use it.


    The real 'programmer tool' is nc(1)

    A telnet substitute using this:
    nc -ct example.com 23


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Lewis on Sun Mar 13 12:01:27 2022
    On 2022-03-13 11:16 a.m., Lewis wrote:
    In message <VQkXJ.363417$8b1.141633@usenetxs.com> johnson <root@example.net> wrote:
    ["Followup-To:" header set to comp.sys.mac.system.]
    On 2022-03-13, Siri Cruise <chine.bleu@yahoo.com> wrote:
    Years ago I pushed our company to use Macs. Core Image,
    Quicktime, Apache, and so much software we needed came
    preinstalled. XCode was okay, especially when it could edit RTFs.
    And we previously used MPW on System 7.

    I tried to use telnet a few days and it's gone. Telnet is
    programmer tool that let's programmer explore most network
    protocols by hand. It's real useful for programmers and doesn't
    cost other customers when they don't use it.

    telnet has been deprecated all over the place because it is horribly insecure. There are mush better ways to connect to a remote machine,
    starting with ssh.

    The real 'programmer tool' is nc(1)

    A telnet substitute using this:
    nc -ct example.com 23

    That too, though finding anyone who willingly has a relent port open is
    very rare anymore.


    Straight from nc's manpage:

    'The nc (or netcat) utility is used for just about anything under the
    sun involving TCP or UDP. It can open TCP connections, send UDP
    packets, listen on arbitrary TCP and UDP ports, do port scanning, and
    deal with both IPv4 and IPv6. Unlike telnet(1), nc scripts nicely, and separates error messages onto standard error instead of sending them to standard output, as telnet(1) does with some.'

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to johnson on Sun Mar 13 18:16:10 2022
    In message <VQkXJ.363417$8b1.141633@usenetxs.com> johnson <root@example.net> wrote:
    ["Followup-To:" header set to comp.sys.mac.system.]
    On 2022-03-13, Siri Cruise <chine.bleu@yahoo.com> wrote:
    Years ago I pushed our company to use Macs. Core Image,
    Quicktime, Apache, and so much software we needed came
    preinstalled. XCode was okay, especially when it could edit RTFs.
    And we previously used MPW on System 7.

    I tried to use telnet a few days and it's gone. Telnet is
    programmer tool that let's programmer explore most network
    protocols by hand. It's real useful for programmers and doesn't
    cost other customers when they don't use it.

    telnet has been deprecated all over the place because it is horribly
    insecure. There are mush better ways to connect to a remote machine,
    starting with ssh.

    The real 'programmer tool' is nc(1)

    A telnet substitute using this:
    nc -ct example.com 23

    That too, though finding anyone who willingly has a relent port open is
    very rare anymore.

    --
    I took a deep breath and listened to the old brag of my heart.

    I am, I am, I am.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dr Eberhard W Lisse@21:1/5 to Alan on Mon Mar 14 23:52:54 2022
    If one has been touch typing

    telnet host.slt.TLD 22
    telnet host.slt.TLD 25
    telnet host.slt.TLD 587
    telnet host.slt.TLD 80

    for several decades, even

    nc host.slt.TLD 22

    does not come easy, let alone

    openssl s_client -connect host.slt.TLD :22

    The deprecation is satisfied by blocking port 23 (at least incoming)
    on the firewall.


    el
    --
    To email me replace 'nospam' with 'el'


    On 2022-03-14 19:19 , Alan wrote:
    On 2022-03-14 9:54 a.m., Popping Mad wrote:
    On 3/13/22 14:18, vallor wrote:
    telnet is deprecated.

    except when it is not


    Say something more meaningful than that, huh?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)