mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-26 10:02:24 +01:00
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:
parent
8d8f32a484
commit
741ead2b7d
@ -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
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
Host *
|
||||
UserKnownHostsFile /home/chronos/user/.ssh/known_hosts
|
||||
UserKnownHostsFile /home/core/user/.ssh/known_hosts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user