fix(coreos-base/coreos-base): re-enable sshd_config

re-enable installation of our custom ssh config that puts the keys on
/mnt/stateful_partition.
This commit is contained in:
Brandon Philips 2013-03-21 20:38:45 -07:00
parent 8d8f32a484
commit 741ead2b7d
2 changed files with 4 additions and 4 deletions

View File

@ -137,9 +137,9 @@ src_install() {
#dosym /bin/more /usr/libexec/pager || die
# Install our custom ssh config settings.
#insinto /etc/ssh
#doins "${FILESDIR}"/ssh{,d}_config
#fperms 600 /etc/ssh/sshd_config
insinto /etc/ssh
doins "${FILESDIR}"/ssh{,d}_config
fperms 600 /etc/ssh/sshd_config
# Custom login shell snippets.
insinto /etc/profile.d

View File

@ -1,2 +1,2 @@
Host *
UserKnownHostsFile /home/chronos/user/.ssh/known_hosts
UserKnownHostsFile /home/core/user/.ssh/known_hosts