Spelling
This commit is contained in:
parent
57d776b318
commit
85551dffd6
|
@ -120,7 +120,7 @@ class SSHConfig (object):
|
||||||
self._config.append(host)
|
self._config.append(host)
|
||||||
value = value.split()
|
value = value.split()
|
||||||
host = {key:value,'config':{}}
|
host = {key:value,'config':{}}
|
||||||
#identitifile is a special case, since it is allowed to be
|
#identityfile is a special case, since it is allowed to be
|
||||||
# specified multiple times and they should be tried in order
|
# specified multiple times and they should be tried in order
|
||||||
# of specification.
|
# of specification.
|
||||||
elif key == 'identityfile':
|
elif key == 'identityfile':
|
||||||
|
|
Loading…
Reference in New Issue