kmiya-culti / RLogin

RLoginは、Windows上で動作するターミナルソフトです
http://nanno.bf1.jp/softlib/man/rlogin/
MIT License
463 stars 16 forks source link

found connection error message "bad channel id" #117

Open jg-shinji-ueda opened 5 months ago

jg-shinji-ueda commented 5 months ago

trigger

In case of connect ubuntu 22.04 by ssh client rlogin, I countered bellow connection error message.

/var/log/auth.log

Feb  6 09:11:25 xxx sshd[xxx]: error: channel_input_open_failure: bad channel id 123456: success

and connection was refused by server.

in case of

OS: ubuntu 22.04 OpenSSH_8.9p1 Ubuntu-3ubuntu0.6, OpenSSL 3.0.2 15 Mar 2022 RLogin(x64): 2.29.0

Before server restart, I could connect the same server normally.

another way

I try to connect same server using putty and same key, I can connect normally.