diff options
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh-5.8p2/init | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-5.8p2/init b/meta/recipes-connectivity/openssh/openssh-5.8p2/init index b16cbd61a6..055dd22e1b 100644 --- a/meta/recipes-connectivity/openssh/openssh-5.8p2/init +++ b/meta/recipes-connectivity/openssh/openssh-5.8p2/init | |||
@@ -36,6 +36,10 @@ check_keys() { | |||
36 | echo " generating ssh RSA key..." | 36 | echo " generating ssh RSA key..." |
37 | ssh-keygen -q -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa | 37 | ssh-keygen -q -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa |
38 | fi | 38 | fi |
39 | if [ ! -f /etc/ssh/ssh_host_ecdsa_key ]; then | ||
40 | echo " generating ssh ECDSA key..." | ||
41 | ssh-keygen -q -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa | ||
42 | fi | ||
39 | if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then | 43 | if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then |
40 | echo " generating ssh DSA key..." | 44 | echo " generating ssh DSA key..." |
41 | ssh-keygen -q -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa | 45 | ssh-keygen -q -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa |
diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb index 89b011d6f8..030a83b91f 100644 --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/network" | |||
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=bae9a689be41581503bcf95d8fb42c4e" | 8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=bae9a689be41581503bcf95d8fb42c4e" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | DEPENDS = "zlib openssl" | 12 | DEPENDS = "zlib openssl" |
13 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 13 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |