Skip to content

Ideas for BorgServer v2 - incl. breaking changes! #6

@Nold360

Description

@Nold360

BorgServer v2

Ideas:

  • Don't run sshd as root [breaking change]
    -> Only root can expose ports < 1024 on linux, so the defaut port would change
  • Different authorized_keys handling
    1. Git-Based: Simply push all your public keys to git & your good to go. (nice for k8s)
    2. Replace the static-generated authorized_keys-file with a more dynamic script, that reads all keys when a client connects (Using sshd_config/"AuthorizedKeysCommand")

I think i would simply provide both methods using labels, :latest would stay directory based.

@abmaonline do you got anything in mind?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions