tetratelabs / tetrate-service-bridge-sandbox

Deploy Tetrate Service Bridge Demo on Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE) and/or Elastic Kubernetes Service (EKS) using Terraform
Apache License 2.0
12 stars 10 forks source link

Revert "Small helper to run remote commands" #280

Closed smarunich closed 1 year ago

smarunich commented 1 year ago

Reverts tetrateio/tetrate-service-bridge-sandbox#278

The existing functionality affected...

❯ cat ./ssh-to-aws-170tse3-0-jumpbox.sh
ssh -i 170tse3-0-aws-tetrate-admin.pem -l tetrate-admin 54.215.181.60 "@"
❯ ./ssh-to-aws-170tse3-0-jumpbox.sh
bash: line 1: @: command not found
nacx commented 1 year ago

Oh 🤦‍♂️ Instead of reverting, can you change the \"@\"" to \"$@\""? It was missing the $

smarunich commented 1 year ago

sounds good