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)
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 01459d637..2e427f77e 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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: sshd.8,v 1.276 2014/07/03 22:40:43 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.277 2014/08/30 15:33:50 sobrado Exp $
37.Dd $Mdocdate: July 3 2014 $ 37.Dd $Mdocdate: August 30 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -278,7 +278,7 @@ though this can be changed via the
278.Cm Protocol 278.Cm Protocol
279option in 279option in
280.Xr sshd_config 5 . 280.Xr sshd_config 5 .
281Protocol 2 supports DSA, ECDSA, ED25519 and RSA keys; 281Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
282protocol 1 only supports RSA keys. 282protocol 1 only supports RSA keys.
283For both protocols, 283For both protocols,
284each host has a host-specific key, 284each host has a host-specific key,
@@ -808,7 +808,7 @@ secret, but the recommended permissions are read/write/execute for the user,
808and not accessible by others. 808and not accessible by others.
809.Pp 809.Pp
810.It Pa ~/.ssh/authorized_keys 810.It Pa ~/.ssh/authorized_keys
811Lists the public keys (DSA, ECDSA, ED25519, RSA) 811Lists the public keys (DSA, ECDSA, Ed25519, RSA)
812that can be used for logging in as this user. 812that can be used for logging in as this user.
813The format of this file is described above. 813The format of this file is described above.
814The content of the file is not highly sensitive, but the recommended 814The content of the file is not highly sensitive, but the recommended