diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:48:50 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-10 02:48:50 +0000 |
commit | 1a598a459770245946505c17e89c1200bc9be949 (patch) | |
tree | d6cd74b0c5f0531eb21a0ddefde2c9fa13b51eb1 | |
parent | 12de61680e1767a30cb521869b816181e1766b35 (diff) |
- stevesk@cvs.openbsd.org 2001/04/09 18:00:15
[sshd.8]
ListenAddress mandoc from aaron@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 21 |
2 files changed, 18 insertions, 8 deletions
@@ -18,6 +18,9 @@ | |||
18 | - markus@cvs.openbsd.org 2001/04/09 15:19:49 | 18 | - markus@cvs.openbsd.org 2001/04/09 15:19:49 |
19 | [ssh-add.1] | 19 | [ssh-add.1] |
20 | ssh-add retries the last passphrase... | 20 | ssh-add retries the last passphrase... |
21 | - stevesk@cvs.openbsd.org 2001/04/09 18:00:15 | ||
22 | [sshd.8] | ||
23 | ListenAddress mandoc from aaron@ | ||
21 | 24 | ||
22 | 20010409 | 25 | 20010409 |
23 | - (stevesk) use setresgid() for setegid() if needed | 26 | - (stevesk) use setresgid() for setegid() if needed |
@@ -4987,4 +4990,4 @@ | |||
4987 | - Wrote replacements for strlcpy and mkdtemp | 4990 | - Wrote replacements for strlcpy and mkdtemp |
4988 | - Released 1.0pre1 | 4991 | - Released 1.0pre1 |
4989 | 4992 | ||
4990 | $Id: ChangeLog,v 1.1092 2001/04/10 02:46:54 mouring Exp $ | 4993 | $Id: ChangeLog,v 1.1093 2001/04/10 02:48:50 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.111 2001/04/08 23:28:27 stevesk Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.112 2001/04/09 18:00:15 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -486,26 +486,33 @@ If the value is 0, the key is never regenerated. | |||
486 | The default is 3600 (seconds). | 486 | The default is 3600 (seconds). |
487 | .It Cm ListenAddress | 487 | .It Cm ListenAddress |
488 | Specifies the local addresses | 488 | Specifies the local addresses |
489 | .Nm | 489 | .Xr sshd 8 |
490 | should listen on. | 490 | should listen on. |
491 | The following forms may be used: | 491 | The following forms may be used: |
492 | .Pp | 492 | .Pp |
493 | .Bl -item -offset indent -compact | 493 | .Bl -item -offset indent -compact |
494 | .It | 494 | .It |
495 | .Cm ListenAddress | 495 | .Cm ListenAddress |
496 | host|IPv4_addr|IPv6_addr | 496 | .Sm off |
497 | .Ar host No | Ar IPv4_addr No | Ar IPv6_addr | ||
498 | .Sm on | ||
497 | .It | 499 | .It |
498 | .Cm ListenAddress | 500 | .Cm ListenAddress |
499 | host|IPv4_addr:port | 501 | .Sm off |
502 | .Ar host No | Ar IPv4_addr No : Ar port | ||
503 | .Sm on | ||
500 | .It | 504 | .It |
501 | .Cm ListenAddress | 505 | .Cm ListenAddress |
502 | [host|IPv6_addr]:port | 506 | .Sm off |
507 | .Oo | ||
508 | .Ar host No | Ar IPv6_addr Oc : Ar port | ||
509 | .Sm on | ||
503 | .El | 510 | .El |
504 | .Pp | 511 | .Pp |
505 | If | 512 | If |
506 | .Dq :port | 513 | .Ar port |
507 | is not specified, | 514 | is not specified, |
508 | .Nm | 515 | .Xr sshd 8 |
509 | will listen on the address and all prior | 516 | will listen on the address and all prior |
510 | .Cm Port | 517 | .Cm Port |
511 | options specified. The default is to listen on all local | 518 | options specified. The default is to listen on all local |