Anime4000 / RTL960x

Hacking V2801F, TWCGPON657 & DFP-34X-2C2 GPON ONU SFP Stick to suite your ISP Fiber
The Unlicense
556 stars 96 forks source link

lost ssh connection after firmware upgrade in ODI sfp in firmware M114_sfp_ODI_hybrid_221209.tar #236

Closed jimpapi closed 5 months ago

jimpapi commented 5 months ago

i upgraded my ODI stick in M114_sfp_ODI_hybrid_221209.tar. But i try to connect via SSH in port 22 and i can't. I tried to add rule in firewall but nothing. I can't connect from Kitty anymore. The firmware doesn't let me change OMCIInfo so i need ssh to pass the flash set commands. Does anyone knows how to connect with ssh? thank you

Anime4000 commented 5 months ago

I believe ODI use SHA1 SSH

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.168.1.1

I recommend connect ODI via Telnet instead

jimpapi commented 5 months ago

i do connect if previous firmware. Only this firmware refuses/ I get the message connection refused. Something like port been closed. I tried firewall settings but again nothing. I ssh from windows with Kitty but yes from linux the ssh needs: ssh -oKexAlgorithms=+diffie-hellman-group-sha1 -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa -c 3des-cbc admin@192.168.1.1

anyway i flashed the firmware [M110_sfp_ODI_220923.tar] and i had access again with ssh.

jimpapi commented 5 months ago

ok Telnet works fine...ssh doesnt in this firmware version

jimpapi commented 5 months ago

THANK YOU ANIME4000.