Merge branch 'openssh-compatibility' of github.com:lndbrg/paramiko into openssh-compatibility
Conflicts: paramiko/config.py tests/test_util.py
This commit is contained in:
commit
732417bf98
|
@ -74,7 +74,6 @@ class LazyFqdn(object):
|
||||||
self.fqdn = fqdn
|
self.fqdn = fqdn
|
||||||
return self.fqdn
|
return self.fqdn
|
||||||
|
|
||||||
|
|
||||||
class SSHConfig (object):
|
class SSHConfig (object):
|
||||||
"""
|
"""
|
||||||
Representation of config information as stored in the format used by
|
Representation of config information as stored in the format used by
|
||||||
|
|
Loading…
Reference in New Issue