Skip to content

Instantly share code, notes, and snippets.

@gnip
Created June 6, 2011 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gnip/1011171 to your computer and use it in GitHub Desktop.
Save gnip/1011171 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#
# Deploy SSH Wrapper
# App: <%= @id %>
#
# Rendered by Chef - local changes will be replaced
/usr/bin/env ssh -o "StrictHostKeyChecking=no" -i "/opt/my_app/id_deploy" $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment