From 12ce440fe817bcd9bee8153daba94f969cde29fc Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 24 Jan 2021 10:56:52 -0700 Subject: [PATCH] update key URL --- preseed-base.cfg | 2 +- preseed-minimal.cfg | 2 +- preseed.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/preseed-base.cfg b/preseed-base.cfg index 1e367e1..a1a8928 100644 --- a/preseed-base.cfg +++ b/preseed-base.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://145.40.77.103/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme diff --git a/preseed-minimal.cfg b/preseed-minimal.cfg index 9c8cb43..443d6df 100644 --- a/preseed-minimal.cfg +++ b/preseed-minimal.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://145.40.77.103/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme diff --git a/preseed.cfg b/preseed.cfg index 1e367e1..a1a8928 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://145.40.77.103/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme