[sshd.8]
     command=xxx applies to subsystem now, too
This commit is contained in:
Ben Lindstrom 2001-09-20 00:54:01 +00:00
parent 871f662cb6
commit 20daef753d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
20010919
- (bal) OpenbSD Sycn
- markus@cvs.openbsd.org 2001/09/19 10:08:51
[sshd.8]
command=xxx applies to subsystem now, too
20010918 20010918
- (djm) Configure support for smartcards. Based on Ben's work. - (djm) Configure support for smartcards. Based on Ben's work.
- (djm) Revert setgroups call, it causes problems on OS-X - (djm) Revert setgroups call, it causes problems on OS-X
@ -6504,4 +6510,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1541 2001/09/18 16:08:24 stevesk Exp $ $Id: ChangeLog,v 1.1542 2001/09/20 00:54:01 mouring Exp $

3
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -1007,6 +1007,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. An example might be a key that permits remote backups but nothing else.
Note that the client may specify TCP/IP and/or X11 Note that the client may specify TCP/IP and/or X11
forwarding unless they are explicitly prohibited. forwarding unless they are explicitly prohibited.
Note that this option applies to shell, command or subsystem execution.
.It Cm environment="NAME=value" .It Cm environment="NAME=value"
Specifies that the string is to be added to the environment when Specifies that the string is to be added to the environment when
logging in using this key. logging in using this key.