This commit is contained in:
Olle Lundberg 2012-10-16 14:52:27 +02:00
parent ad587fa0ef
commit 2dd74f953d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,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':