Skip to content

Read ssh public keys from an authorized_keys file #1051

Open
@vd2org

Description

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

Metadata

Assignees

No one assigned

    Labels

    NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions