summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:06:47 +0000
committerdjm <djm>2006-07-24 04:06:47 +0000
commitf675f043a232a50956ee2293888d7184b3ecf271 (patch)
treeb913cf23af9a8c0f037fe6ab4fb61706f8435a47 /sshd.8
parent765205840e3dadd0383e9fc415ff47d20f2eed4b (diff)
downloadopenssh-f675f043a232a50956ee2293888d7184b3ecf271.tar.gz
- 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 48be5a76..778ea906 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.232 2006/07/10 16:04:21 jmc Exp $
+.\" $OpenBSD: sshd.8,v 1.233 2006/07/19 13:07:10 dtucker Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -481,6 +481,9 @@ to restrict certain public keys to perform just a specific operation.
An example might be a key that permits remote backups but nothing else.
Note that the client may specify TCP and/or X11
forwarding unless they are explicitly prohibited.
+The command originally supplied by the client is available in the
+.Ev SSH_ORIGINAL_COMMAND
+environment variable.
Note that this option applies to shell, command or subsystem execution.
.It Cm environment="NAME=value"
Specifies that the string is to be added to the environment when