summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 6 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 0418c86ed..0ae1740bb 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.168 2013/11/21 08:05:09 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.169 2013/12/07 11:58:46 naddy Exp $
37.Dd $Mdocdate: November 21 2013 $ 37.Dd $Mdocdate: December 7 2013 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -540,7 +540,8 @@ The default is
540.Pa /etc/ssh/ssh_host_key 540.Pa /etc/ssh/ssh_host_key
541for protocol version 1, and 541for protocol version 1, and
542.Pa /etc/ssh/ssh_host_dsa_key , 542.Pa /etc/ssh/ssh_host_dsa_key ,
543.Pa /etc/ssh/ssh_host_ecdsa_key 543.Pa /etc/ssh/ssh_host_ecdsa_key ,
544.Pa /etc/ssh/ssh_host_ed25519_key
544and 545and
545.Pa /etc/ssh/ssh_host_rsa_key 546.Pa /etc/ssh/ssh_host_rsa_key
546for protocol version 2. 547for protocol version 2.
@@ -551,7 +552,8 @@ It is possible to have multiple host key files.
551.Dq rsa1 552.Dq rsa1
552keys are used for version 1 and 553keys are used for version 1 and
553.Dq dsa , 554.Dq dsa ,
554.Dq ecdsa 555.Dq ecdsa ,
556.Dq ed25519
555or 557or
556.Dq rsa 558.Dq rsa
557are used for version 2 of the SSH protocol. 559are used for version 2 of the SSH protocol.