summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm <djm>2011-05-29 11:41:40 +0000
committerdjm <djm>2011-05-29 11:41:40 +0000
commit2963c7ab86854dd6e4f31022a4624c2c23e63f20 (patch)
tree221a3105bbe64295bc1e5104937f755b4be10a09 /sshd.8
parent1799a677e038035d5b3bcdcbc40dc0a7f4bc90a4 (diff)
downloadopenssh-2963c7ab86854dd6e4f31022a4624c2c23e63f20.tar.gz
- jmc@cvs.openbsd.org 2011/05/23 07:10:21
[sshd.8 sshd_config.5] tweak previous; ok djm
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 8e007d10..45362e29 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,7 +33,7 @@
.\" (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.261 2011/05/23 03:30:07 djm Exp $
+.\" $OpenBSD: sshd.8,v 1.262 2011/05/23 07:10:21 jmc Exp $
.Dd $Mdocdate: May 23 2011 $
.Dt SSHD 8
.Os
@@ -462,9 +462,9 @@ is run, and if that
does not exist either, xauth is used to add the cookie.
.Sh AUTHORIZED_KEYS FILE FORMAT
.Cm AuthorizedKeysFile
-specifies the file or files containing public keys for
+specifies the files containing public keys for
public key authentication;
-if none is specified, the default is both
+if none is specified, the default is
.Pa ~/.ssh/authorized_keys
and
.Pa ~/.ssh/authorized_keys2 .