Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh credentials #762

Open
zweistein22 opened this issue Nov 22, 2023 · 2 comments
Open

ssh credentials #762

zweistein22 opened this issue Nov 22, 2023 · 2 comments

Comments

@zweistein22
Copy link

Hello,

I have a problem with ssh credentials:
followied : https://github.com/procount/pinn/wiki/Remote-installation-of-PINN
to install pinn on a raspberry pi sd card.

I generated the userconf file as per instructions with a known username and password on the rpi running bookworm 32 bit.
After unzipping pinn-lite.zip I copied the userconf in the /boot directory and rebooted the rpi.
ssh is active, but the credentials are not working.
What can this be?
Could there be a problem that I created the userconf with openssl 1.1 and pinn is using openssl 1.02 ?

What other options do I have instead of a brute force approach?

@zweistein22
Copy link
Author

ok, as per readme root is username and it works. userconf doesn't seem to be used

@procount
Copy link
Owner

procount commented Dec 3, 2023

I have a problem with ssh credentials:
followed : https://github.com/procount/pinn/wiki/Remote-installation-of-PINN
to install pinn on a raspberry pi sd card.

This is not the usual way to install PINN to an SD card. It is for a very specific case of installing PINN onto a remote system over the internet that is already running another OS e.g. Raspberry Pi Os, Essentailly, it replaces the original OS with PINN so that multiple OSes can be booted in the future.

I generated the userconf file as per instructions with a known username and password on the rpi running bookworm 32 bit.
After unzipping pinn-lite.zip I copied the userconf in the /boot directory and rebooted the rpi.
ssh is active, but the credentials are not working.

The userconf file is for creating a new user on the Raspberry Pi OS that is subsequently installed using PINN. PINN does not use it itself. PINN uses the well known username/password of root/raspberry, as you have discovered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants