mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
fix bad naming
This commit is contained in:
parent
8c4ff791a7
commit
62185d922b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user