Skip to content

Instantly share code, notes, and snippets.

@dsnopek
Created May 9, 2014 15:43
Show Gist options
  • Select an option

  • Save dsnopek/80f140c40c9ca1ef61cd to your computer and use it in GitHub Desktop.

Select an option

Save dsnopek/80f140c40c9ca1ef61cd to your computer and use it in GitHub Desktop.
#!/bin/bash
# Make it so that we can use the ssh-agent forwarding (ie. use my host machine's
# keys while developing on this VM).
chmod -R 777 `dirname $SSH_AUTH_SOCK`
exec sudo -i -u aegir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment