Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
99
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
b77afd6e
Commit
b77afd6e
authored
3 months ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
[FEATURE:
#348
] rootfs/etc/ssh/sshd_config: read authorized_keys also from /update/permanent/ssh/
Signed-off-by:
Adam Wujek
<
dev_public@wujek.eu
>
parent
0e6b8d9f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userspace/rootfs_override/etc/ssh/sshd_config
+1
-1
1 addition, 1 deletion
userspace/rootfs_override/etc/ssh/sshd_config
with
1 addition
and
1 deletion
userspace/rootfs_override/etc/ssh/sshd_config
+
1
−
1
View file @
b77afd6e
...
...
@@ -52,7 +52,7 @@ PermitRootLogin yes
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile .ssh/authorized_keys
AuthorizedKeysFile .ssh/authorized_keys
/update/permanent/ssh/authorized_keys
#AuthorizedPrincipalsFile none
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment