mac2612/retroleap

password when asking for ssh

Closed this issue · 1 comments

the last issue i posted was a question, but im now having an issue where if i flash my leapster explorer, its asking for a password, im on arch linux with python2 makepkg.
[corn@casta sshflash]$ ./remote_flash.sh
Leapster flash utility - installs a custom OS on your leapster!

WARNING! This utility will ERASE the stock leapster OS and any other
data on the device. The device can be restored to stock settings using
the LeapFrog Connect app. Note that flashing your device will likely
VOID YOUR WARRANTY! Proceed at your own risk.

Please power off your leapster, hold the L + R shoulder buttons (LeapsterGS),
or right arrow + home buttons (LeapPad2), and then press power.
You should see a screen with a green background.
Press enter when you're ready to continue.

What type of system would you like to flash?

  1. LF1000-Didj (Didj with EmeraldBoot)
  2. LF1000 (Leapster Explorer)
  3. LF2000 (Leapster GS, LeapPad 2, LeapPad Ultra XDI)
  4. LF3000 (LeapPad 3, LeapPad Platinum)
    Enter choice (1 - 4)2
    Writing CBF file.
    CBF File Summary:
    kernel_crc: 0x3fd3d2d7
    cbf_magic: 0x9abcdef0
    cbf_version: 0x00000001
    kernel_load: 0x00100000
    kernel_jump: 0x00100000
    sum_crc: 0x9a9e4dec
    size: 0x00229318
    Compressed: True
    Booting the Surgeon environment...
    Writing CBF file.
    CBF File Summary:
    kernel_crc: 0x7d46b1cc
    cbf_magic: 0x9abcdef0
    cbf_version: 0x00000001
    kernel_load: 0x00100000
    kernel_jump: 0x00100000
    sum_crc: 0x9ae9e5e0
    size: 0x00553b2c
    Compressed: True
    Booting surgeon.
    Done! Waiting for Surgeon to come up...Done!
    root@169.254.8.1's password:
    Permission denied, please try again.
    root@169.254.8.1's password:

after reading some similar issues its caused by new openssh version and you have to use an old version of it, but im on arch linux, and installing another old linux os is not an option for me because im running arch linux through an sd card on chromebook with depthboot. so how am i supposed to fix this?

after adding PubkeyAcceptedKeyTypes +ssh-rsa in the ssh config file on my linux system it worked, though i had an error when copying with scp, which was fixed when dowgrading it to openssh 8.9 with arch rollback machine