Skip to content

Instantly share code, notes, and snippets.

@nicekiwi
Created November 17, 2013 10:48
Show Gist options
  • Select an option

  • Save nicekiwi/7511852 to your computer and use it in GitHub Desktop.

Select an option

Save nicekiwi/7511852 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>SPConnectionFavorites</key>
<array>
<dict>
<key>database</key>
<string></string>
<key>host</key>
<string>127.0.0.1</string>
<key>id</key>
<integer>-1018031404688943734</integer>
<key>name</key>
<string>Alternative Gaming VM</string>
<key>socket</key>
<string></string>
<key>sshHost</key>
<string>192.168.56.101</string>
<key>sshKeyLocation</key>
<string>~/.vagrant.d/insecure_private_key</string>
<key>sshKeyLocationEnabled</key>
<integer>1</integer>
<key>sshUser</key>
<string>vagrant</string>
<key>sslCACertFileLocation</key>
<string></string>
<key>sslCACertFileLocationEnabled</key>
<integer>0</integer>
<key>sslCertificateFileLocation</key>
<string></string>
<key>sslCertificateFileLocationEnabled</key>
<integer>0</integer>
<key>sslKeyFileLocation</key>
<string></string>
<key>sslKeyFileLocationEnabled</key>
<integer>0</integer>
<key>type</key>
<integer>2</integer>
<key>useSSL</key>
<integer>0</integer>
<key>user</key>
<string>root</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment