summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.86
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4087da24f..c49801d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55 3 - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
4 [sftp.c] 4 [sftp.c]
5 do not modify an actual argv[] entry 5 do not modify an actual argv[] entry
6 - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
7 [sshd.8]
8 spelling
6 9
720010409 1020010409
8 - (stevesk) use setresgid() for setegid() if needed 11 - (stevesk) use setresgid() for setegid() if needed
@@ -4972,4 +4975,4 @@
4972 - Wrote replacements for strlcpy and mkdtemp 4975 - Wrote replacements for strlcpy and mkdtemp
4973 - Released 1.0pre1 4976 - Released 1.0pre1
4974 4977
4975$Id: ChangeLog,v 1.1088 2001/04/10 02:40:17 mouring Exp $ 4978$Id: ChangeLog,v 1.1089 2001/04/10 02:41:56 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index b4e2af155..a7c085474 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.110 2001/04/08 16:01:36 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.111 2001/04/08 23:28:27 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -882,10 +882,10 @@ Prevents tty allocation (a request to allocate a pty will fail).
882.It Cm permitopen="host:port" 882.It Cm permitopen="host:port"
883Limit local 883Limit local
884.Li ``ssh -L'' 884.Li ``ssh -L''
885port-forwading such that it may only connect to the specified host and 885port forwarding such that it may only connect to the specified host and
886port. Multiple 886port. Multiple
887.Cm permitopen 887.Cm permitopen
888options may be applied seperated by commas. No pattern matching is 888options may be applied separated by commas. No pattern matching is
889performed on the specified hostnames, they must be literal domains or 889performed on the specified hostnames, they must be literal domains or
890addresses. 890addresses.
891.El 891.El