fix(configure): label keys & remove `netcat`

This commit is contained in:
Harry 2024-05-27 13:41:55 +01:00 committed by GitHub
parent 22c9168996
commit 6582bc68df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -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