Skip to content

Instantly share code, notes, and snippets.

@daeken
Created April 30, 2015 18:32
Show Gist options
  • Save daeken/07d898f421a2164cac13 to your computer and use it in GitHub Desktop.
Save daeken/07d898f421a2164cac13 to your computer and use it in GitHub Desktop.
{u'Common': {u'Aliases': [],
u'Compression': u'yes',
u'HostName': u'',
u'IdentityFile': u'',
'NAME': u'Common',
u'Port': 22,
u'PreferredAuthentications': u'publickey,password',
u'ProxyCommand': u'',
u'ServerAliveInterval': 60,
u'User': u'',
'_derived_from': [u'SSH'],
'_types': {u'Aliases': 'list<string>',
u'Compression': 'string',
u'HostName': 'string',
u'IdentityFile': 'string',
'NAME': 'string',
u'Port': 'int',
u'PreferredAuthentications': 'string',
u'ProxyCommand': 'string',
u'ServerAliveInterval': 'int',
u'User': 'string'}},
u'alicelocal': {u'Aliases': [u'alice', u'a'],
u'Compression': u'yes',
u'HostName': u'192.168.2.2',
u'IdentityFile': u'~/.ssh/idmykey',
'NAME': u'alice',
u'Port': 22,
u'PreferredAuthentications': u'publickey,password',
u'ProxyCommand': u'',
u'ServerAliveInterval': 60,
u'User': u'simon',
'_derived_from': [u'SSH', u'local'],
'_types': {u'Aliases': 'list<string>',
u'Compression': 'string',
u'HostName': 'string',
u'IdentityFile': 'string',
'NAME': 'string',
u'Port': 'int',
u'PreferredAuthentications': 'string',
u'ProxyCommand': 'string',
u'ServerAliveInterval': 'int',
u'User': 'string'}},
u'aliceremote': {u'Aliases': [u'alicer', u'ar'],
u'Compression': u'yes',
u'HostName': u'192.168.2.2',
u'IdentityFile': u'~/.ssh/idmykey',
'NAME': u'alice',
u'Port': 22,
u'PreferredAuthentications': u'publickey,password',
u'ProxyCommand': u'ssh -q proxyserver.example.net nc %h %p',
u'ServerAliveInterval': 60,
u'User': u'simon',
'_derived_from': [u'SSH', u'remote'],
'_types': {u'Aliases': 'list<string>',
u'Compression': 'string',
u'HostName': 'string',
u'IdentityFile': 'string',
'NAME': 'string',
u'Port': 'int',
u'PreferredAuthentications': 'string',
u'ProxyCommand': 'string',
u'ServerAliveInterval': 'int',
u'User': 'string'}},
u'boblocal': {u'Aliases': [u'bob', u'b'],
u'Compression': u'yes',
u'HostName': u'192.168.2.3',
u'IdentityFile': u'~/.ssh/idmykey',
'NAME': u'bob',
u'Port': 22,
u'PreferredAuthentications': u'publickey,password',
u'ProxyCommand': u'ssh -q proxyserver.example.net nc %h %p',
u'ServerAliveInterval': 60,
u'User': u'simon',
'_derived_from': [u'SSH', u'local'],
'_types': {u'Aliases': 'list<string>',
u'Compression': 'string',
u'HostName': 'string',
u'IdentityFile': 'string',
'NAME': 'string',
u'Port': 'int',
u'PreferredAuthentications': 'string',
u'ProxyCommand': 'string',
u'ServerAliveInterval': 'int',
u'User': 'string'}},
u'bobremote': {u'Aliases': [u'bobr', u'br'],
u'Compression': u'yes',
u'HostName': u'192.168.2.3',
u'IdentityFile': u'~/.ssh/idmykey',
'NAME': u'bob',
u'Port': 22,
u'PreferredAuthentications': u'publickey,password',
u'ProxyCommand': u'ssh -q proxyserver.example.net nc %h %p',
u'ServerAliveInterval': 60,
u'User': u'simon',
'_derived_from': [u'SSH', u'remote'],
'_types': {u'Aliases': 'list<string>',
u'Compression': 'string',
u'HostName': 'string',
u'IdentityFile': 'string',
'NAME': 'string',
u'Port': 'int',
u'PreferredAuthentications': 'string',
u'ProxyCommand': 'string',
u'ServerAliveInterval': 'int',
u'User': 'string'}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment