Skip to content

Commit

Permalink
Merge branch 'jb35278' into 'master'
Browse files Browse the repository at this point in the history
[sshd] Explicitly set available HostKeys. Fixes JB#35278

The default value lists nonexisting ssh_host_dsa_key and
ssh_host_ecdsa_key, producing a warning upon startup.

Signed-off-by: Martin Kampas <martin.kampas@jolla.com>

See merge request !4
  • Loading branch information
saukko committed Aug 4, 2016
2 parents a48a304 + dc273d2 commit 6b76be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssh/sshd_config
Expand Up @@ -25,6 +25,8 @@
#HostKey /etc/ssh/ssh_host_dsa_key
#HostKey /etc/ssh/ssh_host_ecdsa_key
#HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ed25519_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
Expand Down

0 comments on commit 6b76be7

Please sign in to comment.