summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm <djm>2010-03-04 10:51:37 +0000
committerdjm <djm>2010-03-04 10:51:37 +0000
commit74b5665598c33eedc5d0277801548fc6092fc086 (patch)
treea2703c7264a524593fcd1c2e30275ca5501b57a3 /sshd.8
parent8b9d0c328927010d31bf07ced53bd68898585509 (diff)
downloadopenssh-74b5665598c33eedc5d0277801548fc6092fc086.tar.gz
- djm@cvs.openbsd.org 2010/03/03 22:49:50
[sshd.8] the authorized_keys option for CA keys is "cert-authority", not "from=cert-authority". spotted by imorgan AT nas.nasa.gov
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 88a86f95..d3153817 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.252 2010/02/26 22:09:28 jmc Exp $
-.Dd $Mdocdate: February 26 2010 $
+.\" $OpenBSD: sshd.8,v 1.253 2010/03/03 22:49:50 djm Exp $
+.Dd $Mdocdate: March 3 2010 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -508,7 +508,7 @@ No spaces are permitted, except within double quotes.
The following option specifications are supported (note
that option keywords are case-insensitive):
.Bl -tag -width Ds
-.It Cm from="cert-authority"
+.It Cm cert-authority
Specifies that the listed key is a certification authority (CA) that is
trusted to validate signed certificates for user authentication.
.Pp