[no ci] debug prints

This commit is contained in:
miampf 2025-02-18 16:23:35 +01:00
parent d88b1ae82e
commit 13fdf9b998
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -37,10 +37,13 @@ runs:
ProxyJump $lb
EOF
cat ssh_config
# generate and try keypair
ssh-keygen -t ecdsa -q -N "" -f ./access-key
constellation ssh --debug --key ./access-key.pub
internalIPs="$(kubectl get nodes -o=jsonpath='{.items[*].status.addresses}' | jq -r '.[] | select(.type == "InternalIP") | .address')"
for ip in internalIPs; do
echo "Trying connection to $ip over $lb"
ssh -F ssh_config -o BatchMode=yes $ip true
done