summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Faraone <lfaraone@dropbox.com>2017-04-03 17:25:58 +0000
committerRuss Allbery <eagle@eyrie.org>2017-04-29 18:46:56 -0700
commit6e1a60e3f62d13e82797b664437c9579e8a47e8a (patch)
tree02ec5374361dcbd47ad13fceba7120714f6f1ef7 /docs
parent819497c9649bb031446158e3b1f68ddfa62567fd (diff)
Fix typos in remctl-shell's man page
Diffstat (limited to 'docs')
-rw-r--r--docs/remctl-shell.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/remctl-shell.pod b/docs/remctl-shell.pod
index 0454050..15aa02d 100644
--- a/docs/remctl-shell.pod
+++ b/docs/remctl-shell.pod
@@ -107,7 +107,7 @@ C<command> option like the below:
where the argument to B<remctl-shell> is the identity matching the ssh key
on that line. A more complete example of a line in F<authorized_keys>:
- command=="@sbindir@/remctl-shell example@EXAMPLE.ORG",\
+ command="@sbindir@/remctl-shell example@EXAMPLE.ORG",\
no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,\
no-X11-forwarding ssh-rsa AAAAB3NzaC1yc2EA... \
example@some-host.example.org
@@ -290,7 +290,7 @@ purposes.
=item REMUSER
[3.12] Set to the value of REMCTL_CLIENT as set in the environment of
-B<remctl-shell>. This should be set security via F<authorized_keys> as
+B<remctl-shell>. This should be set securely via F<authorized_keys> as
discussed above.
=back