This commit is contained in:
Olle Lundberg 2012-10-16 14:52:27 +02:00
parent 57d776b318
commit 85551dffd6
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class SSHConfig (object):
self._config.append(host)
value = value.split()
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
# of specification.
elif key == 'identityfile':