summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-10 00:18:28 +0000
committerColin Watson <cjwatson@debian.org>2014-02-10 00:18:28 +0000
commit9a975a9faed7c4f334e8c8490db3e77e102f2b21 (patch)
tree764a885ec9a963f6a8b15de6e1765f16b9ac4738 /sshd.8
parentee196dab7c5f97f0b80c8099343a375bead92010 (diff)
parentcdb6c90811caa5df2df856be9b0b16db020fe31d (diff)
Import openssh_6.5p1.orig.tar.gz
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.817
1 files changed, 11 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index b0c7ab6bd..e6a900b06 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.270 2013/06/27 14:05:37 jmc Exp $ 36.\" $OpenBSD: sshd.8,v 1.273 2013/12/07 11:58:46 naddy Exp $
37.Dd $Mdocdate: June 27 2013 $ 37.Dd $Mdocdate: December 7 2013 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -175,7 +175,8 @@ The default is
175.Pa /etc/ssh/ssh_host_key 175.Pa /etc/ssh/ssh_host_key
176for protocol version 1, and 176for protocol version 1, and
177.Pa /etc/ssh/ssh_host_dsa_key , 177.Pa /etc/ssh/ssh_host_dsa_key ,
178.Pa /etc/ssh/ssh_host_ecdsa_key 178.Pa /etc/ssh/ssh_host_ecdsa_key .
179.Pa /etc/ssh/ssh_host_ed25519_key
179and 180and
180.Pa /etc/ssh/ssh_host_rsa_key 181.Pa /etc/ssh/ssh_host_rsa_key
181for protocol version 2. 182for protocol version 2.
@@ -280,7 +281,7 @@ though this can be changed via the
280.Cm Protocol 281.Cm Protocol
281option in 282option in
282.Xr sshd_config 5 . 283.Xr sshd_config 5 .
283Protocol 2 supports DSA, ECDSA and RSA keys; 284Protocol 2 supports DSA, ECDSA, ED25519 and RSA keys;
284protocol 1 only supports RSA keys. 285protocol 1 only supports RSA keys.
285For both protocols, 286For both protocols,
286each host has a host-specific key, 287each host has a host-specific key,
@@ -494,6 +495,7 @@ For protocol version 2 the keytype is
494.Dq ecdsa-sha2-nistp256 , 495.Dq ecdsa-sha2-nistp256 ,
495.Dq ecdsa-sha2-nistp384 , 496.Dq ecdsa-sha2-nistp384 ,
496.Dq ecdsa-sha2-nistp521 , 497.Dq ecdsa-sha2-nistp521 ,
498.Dq ssh-ed25519 ,
497.Dq ssh-dss 499.Dq ssh-dss
498or 500or
499.Dq ssh-rsa . 501.Dq ssh-rsa .
@@ -506,6 +508,7 @@ You don't want to type them in; instead, copy the
506.Pa identity.pub , 508.Pa identity.pub ,
507.Pa id_dsa.pub , 509.Pa id_dsa.pub ,
508.Pa id_ecdsa.pub , 510.Pa id_ecdsa.pub ,
511.Pa id_ed25519.pub ,
509or the 512or the
510.Pa id_rsa.pub 513.Pa id_rsa.pub
511file and edit it. 514file and edit it.
@@ -805,8 +808,8 @@ secret, but the recommended permissions are read/write/execute for the user,
805and not accessible by others. 808and not accessible by others.
806.Pp 809.Pp
807.It Pa ~/.ssh/authorized_keys 810.It Pa ~/.ssh/authorized_keys
808Lists the public keys (DSA/ECDSA/RSA) that can be used for logging in 811Lists the public keys (DSA, ECDSA, ED25519, RSA)
809as this user. 812that can be used for logging in as this user.
810The format of this file is described above. 813The format of this file is described above.
811The content of the file is not highly sensitive, but the recommended 814The content of the file is not highly sensitive, but the recommended
812permissions are read/write for the user, and not accessible by others. 815permissions are read/write for the user, and not accessible by others.
@@ -886,6 +889,7 @@ rlogin/rsh.
886.It Pa /etc/ssh/ssh_host_key 889.It Pa /etc/ssh/ssh_host_key
887.It Pa /etc/ssh/ssh_host_dsa_key 890.It Pa /etc/ssh/ssh_host_dsa_key
888.It Pa /etc/ssh/ssh_host_ecdsa_key 891.It Pa /etc/ssh/ssh_host_ecdsa_key
892.It Pa /etc/ssh/ssh_host_ed25519_key
889.It Pa /etc/ssh/ssh_host_rsa_key 893.It Pa /etc/ssh/ssh_host_rsa_key
890These files contain the private parts of the host keys. 894These files contain the private parts of the host keys.
891These files should only be owned by root, readable only by root, and not 895These files should only be owned by root, readable only by root, and not
@@ -897,6 +901,7 @@ does not start if these files are group/world-accessible.
897.It Pa /etc/ssh/ssh_host_key.pub 901.It Pa /etc/ssh/ssh_host_key.pub
898.It Pa /etc/ssh/ssh_host_dsa_key.pub 902.It Pa /etc/ssh/ssh_host_dsa_key.pub
899.It Pa /etc/ssh/ssh_host_ecdsa_key.pub 903.It Pa /etc/ssh/ssh_host_ecdsa_key.pub
904.It Pa /etc/ssh/ssh_host_ed25519_key.pub
900.It Pa /etc/ssh/ssh_host_rsa_key.pub 905.It Pa /etc/ssh/ssh_host_rsa_key.pub
901These files contain the public parts of the host keys. 906These files contain the public parts of the host keys.
902These files should be world-readable but writable only by 907These files should be world-readable but writable only by