summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:06:47 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:06:47 +1000
commite275443f66aab6d46356d6940b8a8b291cab4f9e (patch)
treecd72ec0001cf412475f5348aa83c830252d0e1ce /sshd.8
parentd1de9950e5ae91584aa955a4f85c9c7579aa76af (diff)
- dtucker@cvs.openbsd.org 2006/07/19 13:07:10
[servconf.c servconf.h session.c sshd.8 sshd_config sshd_config.5] Add ForceCommand keyword to sshd_config, equivalent to the "command=" key option, man page entry and example in sshd_config. Feedback & ok djm@, man page corrections & ok jmc@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 48be5a760..778ea906b 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.232 2006/07/10 16:04:21 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.233 2006/07/19 13:07:10 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -481,6 +481,9 @@ to restrict certain public keys to perform just a specific operation.
481An example might be a key that permits remote backups but nothing else. 481An example might be a key that permits remote backups but nothing else.
482Note that the client may specify TCP and/or X11 482Note that the client may specify TCP and/or X11
483forwarding unless they are explicitly prohibited. 483forwarding unless they are explicitly prohibited.
484The command originally supplied by the client is available in the
485.Ev SSH_ORIGINAL_COMMAND
486environment variable.
484Note that this option applies to shell, command or subsystem execution. 487Note that this option applies to shell, command or subsystem execution.
485.It Cm environment="NAME=value" 488.It Cm environment="NAME=value"
486Specifies that the string is to be added to the environment when 489Specifies that the string is to be added to the environment when