Created
May 9, 2014 15:43
-
-
Save dsnopek/80f140c40c9ca1ef61cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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