Home | Trees | Indices | Help |
---|
|
object --+ | SSHConfig
Representation of config information as stored in the format used by
OpenSSH. Queries can be made via lookup. The
format is described in OpenSSH's ssh_config
man page. This
class is provided primarily as a convenience to posix users (since the
OpenSSH format is a de-facto standard on posix) but should work fine on
Windows too.
Since: 1.6
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a new OpenSSH config object.
|
Return a dict of config options for a given hostname. The host-matching rules of OpenSSH's The keys in the returned dict are all normalized to lowercase (look
for
|
Read an OpenSSH config from the given file object.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 23 13:50:03 2011 | http://epydoc.sourceforge.net |