mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 12:55:52 +03:00
[GH-ISSUE #177] Pi image has password SSH auth disabled #47
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgov on GitHub (Jul 14, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/177
I flashed release 0.2.16 to a USB drive and booted a Raspberry Pi off of it, following the instructions.
The file
/etc/ssh/sshd_config.d/60-cloudimg-settings.confcontained thePasswordAuthentication nosetting so I wasn't able to SSH into the system to do any administration. The instructions seem to indicate it should work.This is also inconsistent with the Clearfog release.
@rgov commented on GitHub (Jul 14, 2023):
Thought it should work? Did my install script not finish?
github.com/spr-networks/super@4bbdc3c758/installer/scripts/install.sh (L50)@rgov commented on GitHub (Jul 14, 2023):
I reproduced the issue. The install script needs to be updated.
@lts-rad commented on GitHub (Jul 14, 2023):
❤️ thanks @rgov. this looks like a regression with karmic