From 6582bc68dfcb24fb5253606a0de47beb6e5c843d Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Mon, 27 May 2024 13:41:55 +0100 Subject: [PATCH] fix(configure): label keys & remove `netcat` --- sh/debian/configure.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 94db5ae19..f3fb48a32 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -197,9 +197,12 @@ function checkKeys() { echo "✅ SSH private/public key pairs generated" # Echo public keys - echo "Public keys:" + echo "🔑 Public keys:" + echo "all" cat ~/.ssh/ed25519_01edu_all.pub + echo "https" cat ~/.ssh/ed25519_01edu_https.pub + echo "runner" cat ~/.ssh/ed25519_01edu_runner.pub else echo "❌ SSH private/public key pairs not found" @@ -215,7 +218,6 @@ function checkList() { checkConfig ufw checkConfig jq checkConfig curl - checkConfig netcat checkConfig wget checkConfig lz4 checkConfig file