summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-20 00:54:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-20 00:54:01 +0000
commit20daef753ddc7b1139d88532580ef40267f66d26 (patch)
treeb3fbae0a709c64b18d6253a036cfa5a9c180ae59
parent871f662cb64b70e723c3486d872fcb497a0c3f56 (diff)
- markus@cvs.openbsd.org 2001/09/19 10:08:51
[sshd.8] command=xxx applies to subsystem now, too
-rw-r--r--ChangeLog8
-rw-r--r--sshd.83
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f659b8851..e8db432f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010919
2 - (bal) OpenbSD Sycn
3 - markus@cvs.openbsd.org 2001/09/19 10:08:51
4 [sshd.8]
5 command=xxx applies to subsystem now, too
6
120010918 720010918
2 - (djm) Configure support for smartcards. Based on Ben's work. 8 - (djm) Configure support for smartcards. Based on Ben's work.
3 - (djm) Revert setgroups call, it causes problems on OS-X 9 - (djm) Revert setgroups call, it causes problems on OS-X
@@ -6504,4 +6510,4 @@
6504 - Wrote replacements for strlcpy and mkdtemp 6510 - Wrote replacements for strlcpy and mkdtemp
6505 - Released 1.0pre1 6511 - Released 1.0pre1
6506 6512
6507$Id: ChangeLog,v 1.1541 2001/09/18 16:08:24 stevesk Exp $ 6513$Id: ChangeLog,v 1.1542 2001/09/20 00:54:01 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 00c9bdfb4..38c3b1433 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.148 2001/09/14 18:56:04 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.149 2001/09/19 10:08:51 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -1007,6 +1007,7 @@ to restrict certain RSA keys to perform just a specific operation.
1007An example might be a key that permits remote backups but nothing else. 1007An example might be a key that permits remote backups but nothing else.
1008Note that the client may specify TCP/IP and/or X11 1008Note that the client may specify TCP/IP and/or X11
1009forwarding unless they are explicitly prohibited. 1009forwarding unless they are explicitly prohibited.
1010Note that this option applies to shell, command or subsystem execution.
1010.It Cm environment="NAME=value" 1011.It Cm environment="NAME=value"
1011Specifies that the string is to be added to the environment when 1012Specifies that the string is to be added to the environment when
1012logging in using this key. 1013logging in using this key.