-
Notifications
You must be signed in to change notification settings - Fork 261
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 does not work with ubuntu #324
Comments
If you compile Imager from git, and "use custom" to select a local Ubuntu server image, you do can customize that now. |
yeah, sorry for the noise.
ctrl-shift-x works when build from git and the image is local and not downloaded? Or you meant I can change the image myself before telling rpi-imager to write it to the card? If it is that, fixing the image afterwards seems easier (my PC runs fedora anyway). |
Will not work if you select Ubuntu from the menu right now instead of downloading it manually, as the repository files have not been updated yet to flag correctly which operating system supports customization and which does not. And it will not perform customization for images that are not flagged. Also only supports Ubuntu Server edition (and other images that come with cloud-init), NOT Ubuntu Desktop edition (that does not have that). |
Hey, can confirm. |
Closing as a dupe of #213 |
I programmed the sd card with ubuntu 2104, crtl-shift-x, ticked ssh and the key, flashed, booted, ssh is running but not accepting the key.
I put the card back to the PC and discovered that "writeable" partition does not have the "pi" user at all and no authorized_key contains anything, I added a key, rebooted, works.
So is the "pi" user and ssh setup only supposed to work with debian? The docs don't seem mention it. Thanks,
The text was updated successfully, but these errors were encountered: