-
-
Notifications
You must be signed in to change notification settings - Fork 19
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 issues #62
Comments
Password authentication/root authentication is disabled by default (see: https://github.com/AlmaLinux/raspberry-pi/blob/master/AlmaLinux-9-RaspberryPi-gnome.aarch64.ks#L97, https://wiki.almalinux.org/documentation/raspberry-pi.html#configuration-using-cloud-init). You can check this by running You can also check |
You should try to SSH login as almalinux user with pubkey authentication. It is much easier than struggling to enable password login with root/almalinux user. After logging in as almalinux user with pubkey authentication, feel free to edit the configuration to enable password authentication. |
Thanks for the tips, I will report back. |
Using the 9.4 image with GUI, I am struggling with SSH access to the machine. I have flashed it with Raspberry and BalenaEtcher, a couple of times, and tried every trick I know to get SSH to work but am having issues. Is there something with root on this version I dont know about? I changed root password, it tried it with the almalinux default user, made users, just not getting anywhere. Permission denied (publickey,gssapi-keyex,gssapi-with-mic). is the persistent issue even with everything set as it should be for password, root access, etc in ssh config. Another install, added test default user almalinux to wheel for admin, rebooted, checked ssh install, etc can't connect. Any guidance appreciated.
The text was updated successfully, but these errors were encountered: