summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-09-19 10:08:52 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-09-19 10:08:52 +0000
commit14dcecef6119e2dd8a396fb9efcd94d5314c70cd (patch)
tree59a0c8cb5fd8b5bf4eb6fc1488443d2f479a7d84
parenta184eec4ec22fc5b964da531ae7b82409a54d1db (diff)
command=xxx applies to subsystem now, too
-rw-r--r--usr.bin/ssh/sshd.83
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 641bb5e5bf3..b5a5dfb613a 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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.148 2001/09/14 18:56:04 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.149 2001/09/19 10:08:51 markus Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -999,6 +999,7 @@ to restrict certain RSA 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/IP and/or X11
forwarding unless they are explicitly prohibited.
+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
logging in using this key.