diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:41:56 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:41:56 +0000 |
commit | 4b3564e6f25dd664c6f5112d5b5d499cdd8abf70 (patch) | |
tree | cabc3162f8ce48a0b9aef1249cf6afb2e0d87f9b | |
parent | 9492484a2781d8d2ed51ab0104942f2b80529a52 (diff) |
- stevesk@cvs.openbsd.org 2001/04/08 23:28:27
[sshd.8]
spelling
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -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 | ||
7 | 20010409 | 10 | 20010409 |
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 $ |
@@ -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" |
883 | Limit local | 883 | Limit local |
884 | .Li ``ssh -L'' | 884 | .Li ``ssh -L'' |
885 | port-forwading such that it may only connect to the specified host and | 885 | port forwarding such that it may only connect to the specified host and |
886 | port. Multiple | 886 | port. Multiple |
887 | .Cm permitopen | 887 | .Cm permitopen |
888 | options may be applied seperated by commas. No pattern matching is | 888 | options may be applied separated by commas. No pattern matching is |
889 | performed on the specified hostnames, they must be literal domains or | 889 | performed on the specified hostnames, they must be literal domains or |
890 | addresses. | 890 | addresses. |
891 | .El | 891 | .El |