kex_exchange_identification: banner line contains invalid characters banner exchange: Connection to 127.0.0.1 port 9999: invalid format
kex_exchange_identification: banner line contains invalid characters banner exchange: Connection to 127.0.0.1 port 9999: invalid format
Not sure (as it mentions the banner line), but could it be due to the receiver (127.0.0.1 port 9999) using ssh-rsa (SHA-1) algorithm?
You might want to try adding:
-oHostKeyAlgorithms=+ssh-rsa
...right after "rlogin" in the script to see if that helps.
However OpenSSH providing the rlogin command appears to be kind of a
mess (for instance, the man page for rlogin/ssh mentions very little
about rlogin)...
If the above doesn't work, maybe the "rsh-redone-client" package would help?
https://packages.debian.org/bullseye/rsh-redone-client
(That one is for Debian Bullseye -- not sure what you are running?)
Hoping some of this helps. =)
Best regards
Zip
I'm on Debian, yea... and can you imagine - right after sudo apt install rsh-redone-client, B00M DoorParty fires right up just like normal!!!
Super thank yous for all of your suggestions...
I wanna grasp what made you think of this - yer saying that you noticed OpenSSH was handling rlogin? What made you think or find the rsh-redone package?
Regardless, THANK YOU ZIP!!!! w00t w00t; all of 2o's 'things' are fixed and working perfectly [ha] on the new server!
I'm on Debian, yea... and can you imagine - right after sudo apt install rsh-redone-client, B00M DoorParty fires right up just like normal!!! Super thank yous for all of your suggestions...
I remember trying to use rlogin on my box to connect to Mystic's built-in RLOGIN server, but never getting it to work:
debug1: kex_exchange_identification:
Apparently it got stuck in the ANSI/ASCII detection for some reason.
bbs@glimmer:~$ ls -l /usr/bin/slogin
lrwxrwxrwx 1 root root 3 mar 13 2021 /usr/bin/slogin -> ssh
So it was a path of links which ended up at the ssh command.
Then I googled "Debian bullseye rlogin", which brought me to the Debian package search, and there I found out that the rlogin "file" was provided Zi> by multiple packages.
One of them was the package "rsh-client"
I thought that installing one of the alternatives (rsh-client or rsh-redone-client) would work -- at least in a different way! -- and apparently "rsh-redone-client" was the newer one of these, so seemed
like a good candidate. :-D
And the reason why this would work without changing the commands in the script is that it uses the "alternatives" selection/linking system for choosing the appropriate command (i.e. choosing rlogin from "rsh-redone-client" instead of rlogin from "openssh-client").
Glad to hear that, and glad to be able to help! =)
I'm on Debian, yea - right after sudo apt install rsh-redone-client, ZR> P> B00M DoorParty fires right up just like normal!!!
hahahaha I had this same issue. I think the Doorparty documentation
tells you that you need to install this -- because I'm sure as hell not smart enough to figure it out on my own!
:P Very much. Thanks again, kind sir.
Sysop: | Gary Ailes |
---|---|
Location: | Pittsburgh, PA |
Users: | 132 |
Nodes: | 5 (0 / 5) |
Uptime: | 108:51:39 |
Calls: | 733 |
Files: | 2,171 |
Messages: | 81,483 |