Skip to content
Snippets Groups Projects
Commit 2280cb3a authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Martin Weinelt
Browse files

gluon-authorized-keys: Force installation of gluon-lock-password


The gluon-authorized-keys is usually installed to use SSH keys to
authenticate a user against the device. To make this useful, it is also
required to disable passwordless SSH access to the device.

This new dependency is only required when the user doesn't have
gluon-setup-mode enabled already.

Fixes: #1777
Reported-by: default avataryanosz <github@yanosz.net>
Fixes: a753fa79 ("gluon-authorized-keys: add keys from site.conf")
Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
(cherry picked from commit 2eb15bac)
parent 800c3b2b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ include ../gluon.mk
define Package/gluon-authorized-keys
TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
DEPENDS:=+gluon-core
DEPENDS:=+gluon-core +gluon-lock-password
endef
$(eval $(call BuildPackageGluon,gluon-authorized-keys))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment