diff options
Diffstat (limited to 'docs/paramiko.SSHConfig-class.html')
-rw-r--r-- | docs/paramiko.SSHConfig-class.html | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/paramiko.SSHConfig-class.html b/docs/paramiko.SSHConfig-class.html index b568e27..549bb7a 100644 --- a/docs/paramiko.SSHConfig-class.html +++ b/docs/paramiko.SSHConfig-class.html @@ -62,9 +62,9 @@ object --+ <hr /> <p>Representation of config information as stored in the format used by - OpenSSH. Queries can be made via <a - href="paramiko.SSHConfig-class.html#lookup" class="link">lookup</a>. The - format is described in OpenSSH's <code>ssh_config</code> man page. This + OpenSSH. Queries can be made via <a + href="paramiko.SSHConfig-class.html#lookup" class="link">lookup</a>. The + format is described in OpenSSH's <code>ssh_config</code> 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.</p> @@ -138,6 +138,7 @@ object --+ <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, + <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, @@ -145,7 +146,9 @@ object --+ <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, - <code>__str__</code> + <code>__sizeof__</code>, + <code>__str__</code>, + <code>__subclasshook__</code> </p> </td> </tr> @@ -217,13 +220,13 @@ object --+ <p>The host-matching rules of OpenSSH's <code>ssh_config</code> man page are used, which means that all configuration options from matching host specifications are merged, with more specific hostmasks taking - precedence. In other words, if <code>"Port"</code> is set - under <code>"Host *"</code> and also <code>"Host + precedence. In other words, if <code>"Port"</code> is set under + <code>"Host *"</code> and also <code>"Host *.example.com"</code>, and the lookup is for <code>"ssh.example.com"</code>, then the port entry for <code>"Host *.example.com"</code> will win out.</p> <p>The keys in the returned dict are all normalized to lowercase (look - for <code>"port"</code>, not <code>"Port"</code>. No + for <code>"port"</code>, not <code>"Port"</code>. No other processing is done to the keys or values.</p> <dl class="fields"> <dt>Parameters:</dt> @@ -284,7 +287,7 @@ object --+ <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> - Generated by Epydoc 3.0.1 on Sun Jul 6 18:30:29 2008 + Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:17 2009 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" |