fix bad naming

This commit is contained in:
Thomas S Hatch 2014-09-25 16:08:41 -06:00
parent 8c4ff791a7
commit 62185d922b

View File

@ -88,7 +88,7 @@ class Shell(object):
if self.passwd:
options.append('PasswordAuthentication=yes')
else:
option.append('PasswordAuthentication=no')
options.append('PasswordAuthentication=no')
if self.opts['_ssh_version'] > '4.9':
options.append('GSSAPIAuthentication=no')
options.append('ConnectTimeout={0}'.format(self.timeout))