summaryrefslogtreecommitdiff
path: root/ssh.1
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 /ssh.1
parent7df8818409c752cf3f0c3f8044fe9aebed8647bd (diff)
upstream commit
improve capitalization for the Ed25519 public-key signature system. ok djm@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index fa5cfb2c2..1c889b6c4 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.348 2014/07/24 22:57:10 millert Exp $ 36.\" $OpenBSD: ssh.1,v 1.349 2014/08/30 15:33:50 sobrado Exp $
37.Dd $Mdocdate: July 24 2014 $ 37.Dd $Mdocdate: August 30 2014 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -748,7 +748,7 @@ key pair for authentication purposes.
748The server knows the public key, and only the user knows the private key. 748The server knows the public key, and only the user knows the private key.
749.Nm 749.Nm
750implements public key authentication protocol automatically, 750implements public key authentication protocol automatically,
751using one of the DSA, ECDSA, ED25519 or RSA algorithms. 751using one of the DSA, ECDSA, Ed25519 or RSA algorithms.
752Protocol 1 is restricted to using only RSA keys, 752Protocol 1 is restricted to using only RSA keys,
753but protocol 2 may use any. 753but protocol 2 may use any.
754The HISTORY section of 754The HISTORY section of
@@ -776,7 +776,7 @@ This stores the private key in
776.Pa ~/.ssh/id_ecdsa 776.Pa ~/.ssh/id_ecdsa
777(protocol 2 ECDSA), 777(protocol 2 ECDSA),
778.Pa ~/.ssh/id_ed25519 778.Pa ~/.ssh/id_ed25519
779(protocol 2 ED25519), 779(protocol 2 Ed25519),
780or 780or
781.Pa ~/.ssh/id_rsa 781.Pa ~/.ssh/id_rsa
782(protocol 2 RSA) 782(protocol 2 RSA)
@@ -788,7 +788,7 @@ and stores the public key in
788.Pa ~/.ssh/id_ecdsa.pub 788.Pa ~/.ssh/id_ecdsa.pub
789(protocol 2 ECDSA), 789(protocol 2 ECDSA),
790.Pa ~/.ssh/id_ed25519.pub 790.Pa ~/.ssh/id_ed25519.pub
791(protocol 2 ED25519), 791(protocol 2 Ed25519),
792or 792or
793.Pa ~/.ssh/id_rsa.pub 793.Pa ~/.ssh/id_rsa.pub
794(protocol 2 RSA) 794(protocol 2 RSA)
@@ -1328,7 +1328,7 @@ secret, but the recommended permissions are read/write/execute for the user,
1328and not accessible by others. 1328and not accessible by others.
1329.Pp 1329.Pp
1330.It Pa ~/.ssh/authorized_keys 1330.It Pa ~/.ssh/authorized_keys
1331Lists the public keys (DSA, ECDSA, ED25519, RSA) 1331Lists the public keys (DSA, ECDSA, Ed25519, RSA)
1332that can be used for logging in as this user. 1332that can be used for logging in as this user.
1333The format of this file is described in the 1333The format of this file is described in the
1334.Xr sshd 8 1334.Xr sshd 8