raspberryenvoie / odysseyn1x

Linux-based distro that lets you install checkra1n, odysseyra1n and Project Sandcastle.
MIT License
251 stars 38 forks source link

“Setup Android Sandcastle” SSH returns “Access Denied“ #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

When I click “Setup Android Sandcastle,” it tries to SSH to root@127.0.0.1 and even with the correct password (I changed the default root password), it doesn’t work. It just says “Access denied, try again.”

raspberryenvoie commented 4 years ago

Hi, Do you have OpenSSH installed?

ghost commented 4 years ago

Yeah. I installed it with OdysseyRa1n and then after that I reinstalled it just to be sure.

raspberryenvoie commented 4 years ago

Okay, I’ll fix it. It doesn’t work because odysseyn1x is configured to connect through SSH using the port 44 (checkra1n enables SSH throught this port) but odysseyra1n uses the 22 port.

ghost commented 4 years ago

Oh ok. Thanks!

raspberryenvoie commented 4 years ago

Should be fixed in the latest release! https://github.com/raspberryenvoie/odysseyn1x/releases

ghost commented 4 years ago

Thanks!