Skip to content

Instantly share code, notes, and snippets.

@viggin543
Last active July 31, 2021 17:22
Show Gist options
  • Save viggin543/3161de0627183f5982393bc005f72864 to your computer and use it in GitHub Desktop.
Save viggin543/3161de0627183f5982393bc005f72864 to your computer and use it in GitHub Desktop.
ssh -o StrictHostKeyChecking=no -t -t \
-i ./github_id_rsa "${SHH_USER}@${BASTION_IP}" \
-L "3306:${MYSQL_IP}:3306" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment