summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:55:08 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:55:08 +1100
commitc7d5b5e4662b5c4d78639b9bfed642917f775da4 (patch)
tree80c851cebc917c5baf732fb7e18c68b1fa3f87b0 /sshd.8
parentf54a4b9da57eff2b68c09ce7f50b3573f1fc0f4a (diff)
- jmc@cvs.openbsd.org 2006/02/24 10:39:52
[sshd.8] signpost to PATTERNS section;
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.818
1 files changed, 8 insertions, 10 deletions
diff --git a/sshd.8 b/sshd.8
index bb5cacd45..d09dc4e99 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.228 2006/02/19 20:05:00 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.229 2006/02/24 10:39:52 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -498,15 +498,7 @@ is enabled.
498.It Cm from="pattern-list" 498.It Cm from="pattern-list"
499Specifies that in addition to public key authentication, the canonical name 499Specifies that in addition to public key authentication, the canonical name
500of the remote host must be present in the comma-separated list of 500of the remote host must be present in the comma-separated list of
501patterns 501patterns.
502.Pf ( Ql *
503and
504.Ql \&?
505serve as wildcards).
506The list may also contain
507patterns negated by prefixing them with
508.Ql \&! ;
509if the canonical host name matches a negated pattern, the key is not accepted.
510The purpose 502The purpose
511of this option is to optionally increase security: public key authentication 503of this option is to optionally increase security: public key authentication
512by itself does not trust the network or name servers or anything (but 504by itself does not trust the network or name servers or anything (but
@@ -515,6 +507,12 @@ permits an intruder to log in from anywhere in the world.
515This additional option makes using a stolen key more difficult (name 507This additional option makes using a stolen key more difficult (name
516servers and/or routers would have to be compromised in addition to 508servers and/or routers would have to be compromised in addition to
517just the key). 509just the key).
510.Pp
511See
512.Sx PATTERNS
513in
514.Xr ssh_config 5
515for more information on patterns.
518.It Cm no-agent-forwarding 516.It Cm no-agent-forwarding
519Forbids authentication agent forwarding when this key is used for 517Forbids authentication agent forwarding when this key is used for
520authentication. 518authentication.