• rlogin from Ubuntu

    From HSM@VERT/FREESPEA to All on Fri Jul 17 18:39:00 2020
    Hello all,

    I'm trying to setup a rlogin into Synch from a linux terminal. The problem is that Synchronet always says : !RLogin: No user name received.

    I've tried -l [username] and username@host from the terminal but no-go.

    any suggestions are welcome.

    Thanks,

    -=- Gary aka HSM -=-
    -=TheFreeSpeak.com=-

    --- Mystic BBS v1.12 A46 2020/05/28 (Windows/64)
    * Origin: -=- TheFreeSpeak.com -=- Pittsburgh, PA -=-
  • From Digital Man@VERT to HSM on Sat Jul 18 12:08:17 2020
    Re: rlogin from Ubuntu
    By: HSM to All on Fri Jul 17 2020 06:39 pm

    Hello all,

    I'm trying to setup a rlogin into Synch from a linux terminal. The problem is that Synchronet always says : !RLogin: No user name received.

    I've tried -l [username] and username@host from the terminal but no-go.

    any suggestions are welcome.

    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh' on my Debian system:
    $ ll /usr/bin/rlogin
    lrwxrwxrwx 1 root root 24 Oct 16 2011 /usr/bin/rlogin -> /etc/alternatives/rlogin
    rswindell@cvs:/sbbs/exec$ ll /etc/alternatives/rlogin
    lrwxrwxrwx 1 root root 15 Oct 16 2011 /etc/alternatives/rlogin -> /usr/bin/slogin
    rswindell@cvs:/sbbs/exec$ ll /usr/bin/slogin
    lrwxrwxrwx 1 root root 3 Aug 20 2018 /usr/bin/slogin -> ssh


    digital man

    Sling Blade quote #6:
    Karl: he should've had a chance to grow up. He would had fun some time.
    Norco, CA WX: 80.9°F, 53.0% humidity, 4 mph NE wind, 0.00 inches rain/24hrs
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From HSM@VERT/FREESPEA to Digital Man on Sat Jul 18 19:38:00 2020
    On 18 Jul 2020, Digital Man said the following...

    Re: rlogin from Ubuntu
    By: HSM to All on Fri Jul 17 2020 06:39 pm

    Hello all,

    I'm trying to setup a rlogin into Synch from a linux terminal. The pro is that Synchronet always says : !RLogin: No user name received.

    I've tried -l [username] and username@host from the terminal but no-go
    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh' on m an system:

    Whatever is the default in Ubuntu... I've also tried plink with the same results. I don't know enough about linux that's for sure.

    -=- Gary aka HSM -=-
    -=TheFreeSpeak.com=-

    --- Mystic BBS v1.12 A46 2020/06/11 (Windows/64)
    * Origin: -=- TheFreeSpeak.com -=- Pittsburgh, PA -=-
  • From Digital Man@VERT to HSM on Sat Jul 18 17:19:32 2020
    Re: Re: rlogin from Ubuntu
    By: HSM to Digital Man on Sat Jul 18 2020 07:38 pm

    On 18 Jul 2020, Digital Man said the following...

    Re: rlogin from Ubuntu
    By: HSM to All on Fri Jul 17 2020 06:39 pm

    Hello all,

    I'm trying to setup a rlogin into Synch from a linux terminal. The pro is that Synchronet always says : !RLogin: No user name received.

    I've tried -l [username] and username@host from the terminal but no-go
    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh' on m an system:

    Whatever is the default in Ubuntu...

    The 'rlogin' command on Ubuntu default to a link to 'ssh' (the OpenSSH client, which does not actually support the BSD RLogin protocol).

    I've also tried plink with the same
    results. I don't know enough about linux that's for sure.

    Try typing 'rlogin --help' and reporting the results here maybe?

    digital man

    Synchronet/BBS Terminology Definition #81:
    TTY = Teletype (dumb terminal)
    Norco, CA WX: 85.6°F, 37.0% humidity, 10 mph NE wind, 0.00 inches rain/24hrs ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Digital Man on Sun Jul 19 14:14:00 2020
    On 07-18-20 12:08, Digital Man wrote to HSM <=-

    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh'
    on my Debian system:
    $ ll /usr/bin/rlogin
    lrwxrwxrwx 1 root root 24 Oct 16 2011 /usr/bin/rlogin -> /etc/alternatives/rlogin
    rswindell@cvs:/sbbs/exec$ ll /etc/alternatives/rlogin
    lrwxrwxrwx 1 root root 15 Oct 16 2011 /etc/alternatives/rlogin -> /usr/bin/slogin
    rswindell@cvs:/sbbs/exec$ ll /usr/bin/slogin
    lrwxrwxrwx 1 root root 3 Aug 20 2018 /usr/bin/slogin -> ssh

    Out of curiosity, I checked on my Debian Stretch system and came up with the same result. :)


    ... Bad Sign: Fortune Cookie warns of salmonella poisoning.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Tony Langdon on Sat Jul 18 22:56:38 2020
    Re: Re: rlogin from Ubuntu
    By: Tony Langdon to Digital Man on Sun Jul 19 2020 02:14 pm

    On 07-18-20 12:08, Digital Man wrote to HSM <=-

    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh' on my Debian system:
    $ ll /usr/bin/rlogin
    lrwxrwxrwx 1 root root 24 Oct 16 2011 /usr/bin/rlogin -> /etc/alternatives/rlogin
    rswindell@cvs:/sbbs/exec$ ll /etc/alternatives/rlogin
    lrwxrwxrwx 1 root root 15 Oct 16 2011 /etc/alternatives/rlogin -> /usr/bin/slogin
    rswindell@cvs:/sbbs/exec$ ll /usr/bin/slogin
    lrwxrwxrwx 1 root root 3 Aug 20 2018 /usr/bin/slogin -> ssh

    Out of curiosity, I checked on my Debian Stretch system and came up with the same result. :)

    And I saw the same on Ubuntu 14.04. I haven't check newer versions, but I suspect it's the same unless you install a different rlogin client.

    digital man

    Synchronet/BBS Terminology Definition #23:
    DSL = Digital Subscriber Line
    Norco, CA WX: 67.3°F, 75.0% humidity, 0 mph ESE wind, 0.00 inches rain/24hrs ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Tony Langdon on Sun Jul 19 04:01:22 2020
    El 19/7/20 a las 01:14, Tony Langdon escribi¢:
    On 07-18-20 12:08, Digital Man wrote to HSM <=-

    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh'
    on my Debian system:
    $ ll /usr/bin/rlogin
    lrwxrwxrwx 1 root root 24 Oct 16 2011 /usr/bin/rlogin -> /etc/alternatives/rlogin
    rswindell@cvs:/sbbs/exec$ ll /etc/alternatives/rlogin
    lrwxrwxrwx 1 root root 15 Oct 16 2011 /etc/alternatives/rlogin -> /usr/bin/slogin
    rswindell@cvs:/sbbs/exec$ ll /usr/bin/slogin
    lrwxrwxrwx 1 root root 3 Aug 20 2018 /usr/bin/slogin -> ssh

    Out of curiosity, I checked on my Debian Stretch system and came up with the same result. :)


    You must use telnet -r to emulate rlogin protocol.

    ssh call rlogin to rsh (remote shell login via ssh protocol)

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Tony Langdon@VERT to Digital Man on Sun Jul 19 19:01:00 2020
    On 07-18-20 22:56, Digital Man wrote to Tony Langdon <=-

    Out of curiosity, I checked on my Debian Stretch system and came up with the same result. :)

    And I saw the same on Ubuntu 14.04. I haven't check newer versions, but
    I suspect it's the same unless you install a different rlogin client.

    It's been the case on Debian based systems for some time it seems. Same story on Debian Wheezy.


    ... Because that's what the holidays are all about: SUFFERING.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Ragnarok on Sun Jul 19 19:02:00 2020
    On 07-19-20 04:01, Ragnarok wrote to Tony Langdon <=-

    You must use telnet -r to emulate rlogin protocol.

    ssh call rlogin to rsh (remote shell login via ssh protocol)

    Handy to know.


    ... You bring this networks ratings down, and we'll do a special on you!
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Ragnarok on Sun Jul 19 11:33:26 2020
    Re: Re: rlogin from Ubuntu
    By: Ragnarok to Tony Langdon on Sun Jul 19 2020 04:01 am

    El 19/7/20 a las 01:14, Tony Langdon escribió:
    On 07-18-20 12:08, Digital Man wrote to HSM <=-

    What rlogin client are you using? 'rlogin' is just a symlink to 'ssh' on my Debian system:
    $ ll /usr/bin/rlogin
    lrwxrwxrwx 1 root root 24 Oct 16 2011 /usr/bin/rlogin -> /etc/alternatives/rlogin
    rswindell@cvs:/sbbs/exec$ ll /etc/alternatives/rlogin
    lrwxrwxrwx 1 root root 15 Oct 16 2011 /etc/alternatives/rlogin -> /usr/bin/slogin
    rswindell@cvs:/sbbs/exec$ ll /usr/bin/slogin
    lrwxrwxrwx 1 root root 3 Aug 20 2018 /usr/bin/slogin -> ssh

    Out of curiosity, I checked on my Debian Stretch system and came up with the same result. :)


    You must use telnet -r to emulate rlogin protocol.

    'telnet -r' does not appear to send the RLogin handshake (with the username).

    ssh call rlogin to rsh (remote shell login via ssh protocol)

    Not sure what you're saying there.

    digital man

    Sling Blade quote #5:
    Karl Childers (to father): You ought not killed my little brother...
    Norco, CA WX: 82.6°F, 46.0% humidity, 10 mph ENE wind, 0.00 inches rain/24hrs ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net