Skip to content
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

Read ssh public keys from an authorized_keys file #1051

Open
vd2org opened this issue Dec 23, 2023 · 2 comments
Open

Read ssh public keys from an authorized_keys file #1051

vd2org opened this issue Dec 23, 2023 · 2 comments
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.

Comments

@vd2org
Copy link

vd2org commented Dec 23, 2023

What version of nebula are you using?

1.8.1

What operating system are you using?

Linux, macOS, iOS

Describe the Bug

Make able to read public access keys for ssh service from an authorized_keys file.
Now I have to describe each key explicitly in the conf file which is not very useful.

Logs from affected hosts

No response

Config files from affected hosts

sshd:
  enabled: true
  listen: 127.0.0.1:2222
  host_key: /etc/ssh/ssh_host_ed25519_key
  authorized_users:
    - user: root
      keys:
        - /root/.ssh/authorized_keys
@johnmaguire johnmaguire added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Jan 22, 2024
@ieugen

This comment was marked as off-topic.

@johnmaguire

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

No branches or pull requests

3 participants