Skip to content

Instantly share code, notes, and snippets.

@gsklee
Last active June 25, 2018 23:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gsklee/2082c0bff4ad377beade to your computer and use it in GitHub Desktop.
Save gsklee/2082c0bff4ad377beade to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AbandonProcessGroup</key>
<true/>
<key>Label</key>
<string>local.automount.sshfs</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/sshfs</string>
<string>-o</string>
<string>IdentityFile=/Users/[Local_Username]/.ssh/id_rsa</string>
<string>[Remote_Username]@[Remote]:/home/[Remote_Username]/projects</string>
<string>/Users/[Local_Username]/Remotes/Devbox</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment