summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorsobrado@openbsd.org <sobrado@openbsd.org>2014-08-30 15:33:50 +0000
committerDamien Miller <djm@mindrot.org>2014-10-13 11:37:32 +1100
commitf70b22bcdd52f6bf127047b3584371e6e5d45627 (patch)
tree94b5af4cb57abf4e5c5a832a16cb0fdf4fd2d75c /sshd.8
parent7df8818409c752cf3f0c3f8044fe9aebed8647bd (diff)
downloadopenssh-git-f70b22bcdd52f6bf127047b3584371e6e5d45627.tar.gz
upstream commit
improve capitalization for the Ed25519 public-key signature system. ok djm@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 01459d63..2e427f77 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,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.276 2014/07/03 22:40:43 djm Exp $
-.Dd $Mdocdate: July 3 2014 $
+.\" $OpenBSD: sshd.8,v 1.277 2014/08/30 15:33:50 sobrado Exp $
+.Dd $Mdocdate: August 30 2014 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -278,7 +278,7 @@ though this can be changed via the
.Cm Protocol
option in
.Xr sshd_config 5 .
-Protocol 2 supports DSA, ECDSA, ED25519 and RSA keys;
+Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
protocol 1 only supports RSA keys.
For both protocols,
each host has a host-specific key,
@@ -808,7 +808,7 @@ secret, but the recommended permissions are read/write/execute for the user,
and not accessible by others.
.Pp
.It Pa ~/.ssh/authorized_keys
-Lists the public keys (DSA, ECDSA, ED25519, RSA)
+Lists the public keys (DSA, ECDSA, Ed25519, RSA)
that can be used for logging in as this user.
The format of this file is described above.
The content of the file is not highly sensitive, but the recommended