forked from finn/tinyboard
onboard-spoke.sh: remove comment syntax from manual key instructions
setup-spoke.sh, setup-network.sh: fix check_permissions false alarm on pubkeys, TUNNEL_UP boolean comparison, DNS_YAML trailing newline, backup file guard
This commit is contained in:
@@ -105,8 +105,8 @@ else
|
||||
warn "Manually append the hub public key to the spoke's authorized_keys:"
|
||||
echo ""
|
||||
echo " cat $KEY_PATH.pub"
|
||||
echo " # Then on the spoke, append the output to:"
|
||||
echo " # /home/$SPOKE_USER/.ssh/authorized_keys"
|
||||
echo " Then on the spoke, append the output to:"
|
||||
echo " /home/$SPOKE_USER/.ssh/authorized_keys"
|
||||
echo ""
|
||||
read -rp "Press ENTER once the key has been added to the spoke..."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user