(minor) lint had syntax errors
thanks to xcat on #gitolite for catching it (shows you how often it gets used I guess!)
This commit is contained in:
parent
f1c69a3ec0
commit
fc7ddfc818
|
@ -177,9 +177,9 @@ Look for potential problems in ssh keys.
|
||||||
|
|
||||||
sshkeys-lint expects:
|
sshkeys-lint expects:
|
||||||
- the contents of an authorized_keys file via STDIN, otherwise it uses
|
- the contents of an authorized_keys file via STDIN, otherwise it uses
|
||||||
$HOME/.ssh/authorized_keys
|
\$HOME/.ssh/authorized_keys
|
||||||
- one or more pubkey filenames as arguments, otherwise it uses all the keys
|
- one or more pubkey filenames as arguments, otherwise it uses all the keys
|
||||||
found (recursively) in $HOME/.gitolite/keydir
|
found (recursively) in \$HOME/.gitolite/keydir
|
||||||
|
|
||||||
The '-q' option will print only warnings instead of all mappings.
|
The '-q' option will print only warnings instead of all mappings.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue