summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-10 11:20:11 +1000
committerDamien Miller <djm@mindrot.org>2010-09-10 11:20:11 +1000
commit80ed82aaf4d62ab76920d7b7d5fb181ed909ed8c (patch)
treeb077a286fcc8e6797e3b69c3553e5fdc90641516 /sshd_config
parentdaa7b2254f6391bfddde2c6b4acb1957843feaa1 (diff)
- naddy@cvs.openbsd.org 2010/09/06 17:10:19
[sshd_config] add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> ok deraadt@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 72fbae37b..4534841c1 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.81 2009/10/08 14:03:41 markus Exp $ 1# $OpenBSD: sshd_config,v 1.82 2010/09/06 17:10:19 naddy Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -23,6 +23,7 @@
23# HostKeys for protocol version 2 23# HostKeys for protocol version 2
24#HostKey /etc/ssh/ssh_host_rsa_key 24#HostKey /etc/ssh/ssh_host_rsa_key
25#HostKey /etc/ssh/ssh_host_dsa_key 25#HostKey /etc/ssh/ssh_host_dsa_key
26#HostKey /etc/ssh/ssh_host_ecdsa_key
26 27
27# Lifetime and size of ephemeral version 1 server key 28# Lifetime and size of ephemeral version 1 server key
28#KeyRegenerationInterval 1h 29#KeyRegenerationInterval 1h