jailsetup.sh: explicity configure HostKey in sshd_config
commitd080f8327b6d5e0c8cbe8a9e206cdd19d5e16113
authorKyle J. McKay <mackyle@gmail.com>
Thu, 6 Mar 2014 07:30:09 +0000 (5 23:30 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 6 Mar 2014 07:30:09 +0000 (5 23:30 -0800)
tree5685728d07e6042c5b8811150d7c3324095ed7d5
parent632a9bd945d266e946f261622b9015ca14d557bf
jailsetup.sh: explicity configure HostKey in sshd_config

Since we generate exactly two protocol 2 host keys, explicitly
configure them in sshd_config to avoid any possible HostKey
defaults that could potentially result in looking for a different
key that does not exist in the jail thus causing sshd to fail to
startup in the jail.
jailsetup.sh