From 68ae1c660f4a59b0b71a1327b3702b10a69070d6 Mon Sep 17 00:00:00 2001 From: gh2o Date: Sun, 13 Jul 2014 18:00:58 -0700 Subject: [PATCH] copy over ssh keys --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 79e59f0..0957f88 100755 --- a/install.sh +++ b/install.sh @@ -242,6 +242,9 @@ DNS=8.8.8.8 DNS=8.8.4.4 EOF + # copy over ssh keys + cp -p /etc/ssh/ssh_*_key{,.pub} /archroot/etc/ssh/ + # enable services chroot /archroot systemctl enable systemd-networkd chroot /archroot systemctl enable sshd