From b5c1e5ada11c56a4bdb98897a19ab08321f93ae9 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Mon, 24 Feb 2020 00:03:16 -0500 Subject: [PATCH] Install SSH keys from bootstrap --- vmseed.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vmseed.txt b/vmseed.txt index ce4b683..dc032a8 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -432,3 +432,4 @@ d-i finish-install/reboot_in_progress note # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh +d-i preseed/late_command string in-target bash wget --output-document=/home/kris/.ssh/authorized_keys https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys