Skip to content

Instantly share code, notes, and snippets.

@jmrodri
Created October 27, 2009 13:42
Show Gist options
  • Save jmrodri/219567 to your computer and use it in GitHub Desktop.
Save jmrodri/219567 to your computer and use it in GitHub Desktop.
"profiles": [ {
"auths": [
"foo",
"this is a long ass name"
],
"name": "this is a really long name",
"ports": [
22
],
"range": [
"127.0.0.1"
]
},
{
"auths": [
"foo"
],
"name": "sigh",
"ports": [
"22",
"2222"
],
"range": [
"127.0.0.1",
"192.168.1.1 - 192.168.1.24"
]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment