summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-08-05 16:14:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-08-05 16:14:13 +0200
commit5742226c2d636fa1e26c9c3376dd917a7a2e544c (patch)
treeb1144dc965c671bc46e1a2c3c5081af34cd9c59d
parent7baf5b6609ba5858913d96a4662c4ee6969708ac (diff)
fix mistakes in caretaker-ssh-command(7)
-rw-r--r--man/7/caretaker-ssh-command.pod18
1 files changed, 8 insertions, 10 deletions
diff --git a/man/7/caretaker-ssh-command.pod b/man/7/caretaker-ssh-command.pod
index faac251..f3b07af 100644
--- a/man/7/caretaker-ssh-command.pod
+++ b/man/7/caretaker-ssh-command.pod
@@ -2,19 +2,17 @@
=head1 NAME
-caretaker-shell - Restricted shell for caretaker commands
+caretaker-ssh-command - SSH forcecommand for caretaker commands
=head1 DESCRIPTION
-B<caretaker-shell> is designed to only execute commands required B<caretaker>.
-This is useful if you want to use B<caretaker> with ssh on untrusted hosts:
-Generate a SSH key and put it into your .ssh/authorized_keys prefixed by
-C<< command="/path/to/caretaker-shell" >>.
-This way, caretaker will work, but it won't be possible to gain actual SSH
-access to your host.
+B<caretaker-ssh-command> is designed to only execute commands required by
+B<caretaker>. This is useful if you want to use B<caretaker> with ssh on
+untrusted hosts: Generate a SSH key and put it into your .ssh/authorized_keys
+prefixed by C<< command="/path/to/caretaker-ssh-command" >>. This way,
+caretaker will work, but it won't be possible to gain actual SSH access to your
+host.
=head1 WARNING
-This is an experimental feature, security flaws may be present. Use at own
-risk, and while you're at it you might also want to add a passphrase to your
-ssh keys.
+This is an experimental feature, security flaws may be present. Use on own risk.