ssh-ca/ssh-ca.conf

17 lines
499 B
Plaintext

{
"!": [
"comments are keys beginning with #, ! are for documentation.",
"configs are letters-only like \"lockfile\": \"/run/lock/ssh-ca.lock\""
],
"!lockfile": [
"ssh-ca manipulates your authorized_keys and other files.",
"To prevent concurrent access and damages to your file, it uses a lock."
],
"#lockfile": "/run/lock/ssh-ca.lock",
"#storage": "~/.local/sshca",
"#pubsdir": "~/.local/sshca/pub",
"#authorized_keys_file": "~/.ssh/authorized_keys",
"#command": "~/bin/ssh-ca"
}