diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2018-08-01 13:46:40 +1000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2018-08-01 15:08:45 +1000 |
commit | 35d204d5d6f03e538aba7515792a0eb2b4ba3526 (patch) | |
tree | f54a242dd22e23713c89a5b3c5a9431ede13fcfc /bin/gitlab-shell-authorized-keys-check | |
parent | 5709ea1a3435ca7e1308d2fa54bfbadc61682fc7 (diff) | |
download | gitlab-shell-35d204d5d6f03e538aba7515792a0eb2b4ba3526.tar.gz |
Fixed comments in bin/gitlab-shell-authorized*
Diffstat (limited to 'bin/gitlab-shell-authorized-keys-check')
-rwxr-xr-x | bin/gitlab-shell-authorized-keys-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitlab-shell-authorized-keys-check b/bin/gitlab-shell-authorized-keys-check index a46495a..b2cd24c 100755 --- a/bin/gitlab-shell-authorized-keys-check +++ b/bin/gitlab-shell-authorized-keys-check @@ -5,7 +5,7 @@ # command for a given ssh key fingerprint # # Ex. -# bin/gitlab-shell-authorized-keys-check <username> <public-key> +# bin/gitlab-shell-authorized-keys-check <expected-username> <actual-username> <public-key> # # Returns # command="/bin/gitlab-shell key-#",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa AAAA... |