Skip to content

Commit

Permalink
[no ci] debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Feb 18, 2025
1 parent 6527fae commit e607926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/e2e_emergency_ssh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e607926

Please sign in to comment.