elros34 / sailfish_linux_chroot

GNU General Public License v3.0
20 stars 4 forks source link

ubu_create fails trying to read ssh keys #4

Closed null-von-sushi closed 5 years ago

null-von-sushi commented 5 years ago

Not sure why, but the ubu_create script fails trying to read SSH keys(?). This is a new SFOS installation on Sony XA2. I uploaded the full output when running ubu_create (with debugging on) to a github gist here in the hopes it may be useful.

elros34 commented 5 years ago

If you have never used ssh before then file will be missing. Create it via ssh-keygen as a user without additional password.

null-von-sushi commented 5 years ago

I used ssh(fs) to access the device ,and perform actions on the device, however I have not tryied to use the phone as a SSH client before. After running ssh-keygen and accepting the defaults, the script does work.

not sure if it's possible with devel-su, but it might be worth checking if the RSA file exists, and if not run ssh-keygen as nemo (again, not sure if devel-su allows running commands as specified users).

elros34 commented 5 years ago

Fixed in audio test branch