diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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.196 2003/04/30 20:41:07 david Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.197 2003/05/20 12:09:32 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -497,9 +497,9 @@ IPv6 addresses can be specified with an alternative syntax: | |||
497 | .Ar host/port . | 497 | .Ar host/port . |
498 | Multiple | 498 | Multiple |
499 | .Cm permitopen | 499 | .Cm permitopen |
500 | options may be applied separated by commas. No pattern matching is | 500 | options may be applied separated by commas. |
501 | performed on the specified hostnames, they must be literal domains or | 501 | No pattern matching is performed on the specified hostnames, |
502 | addresses. | 502 | they must be literal domains or addresses. |
503 | .El | 503 | .El |
504 | .Ss Examples | 504 | .Ss Examples |
505 | 1024 33 12121.\|.\|.\|312314325 ylo@foo.bar | 505 | 1024 33 12121.\|.\|.\|312314325 ylo@foo.bar |
@@ -525,9 +525,9 @@ bits, exponent, modulus, comment. | |||
525 | The fields are separated by spaces. | 525 | The fields are separated by spaces. |
526 | .Pp | 526 | .Pp |
527 | Hostnames is a comma-separated list of patterns | 527 | Hostnames is a comma-separated list of patterns |
528 | .Pf ( Ql \&* | 528 | .Pf ( Ql \&* |
529 | and | 529 | and |
530 | .Ql \&? | 530 | .Ql \&? |
531 | act as | 531 | act as |
532 | wildcards); each pattern in turn is matched against the canonical host | 532 | wildcards); each pattern in turn is matched against the canonical host |
533 | name (when authenticating a client) or against the user-supplied | 533 | name (when authenticating a client) or against the user-supplied |