Skip to content

Instantly share code, notes, and snippets.

@DownRangeDevOps
Created June 10, 2015 03:26
Show Gist options
  • Save DownRangeDevOps/025ff49c01305241854d to your computer and use it in GitHub Desktop.
Save DownRangeDevOps/025ff49c01305241854d to your computer and use it in GitHub Desktop.
Sequel Pro Connection Command #UNIX
#!/bin/sh
Used command: /usr/bin/ssh -v -N -o ControlMaster=no -o ExitOnForwardFailure=yes -o ConnectTimeout=10 -o NumberOfPasswordPrompts=3 -i /Users/<home>/.ssh/prod_rsa -o TCPKeepAlive=no -o ServerAliveInterval=60 -o ServerAliveCountMax=1 user@prod -L 56280/dbhost/3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment