16 lines
499 B
Text
16 lines
499 B
Text
{
|
|
"!": [
|
|
"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"
|
|
}
|