Merge branch '2014.7' into develop

This commit is contained in:
Colton Myers 2014-08-20 18:52:48 -06:00
commit e5fadf15e9

View File

@ -109,7 +109,7 @@ class Shell(object):
if self.passwd:
options.extend(['PasswordAuthentication=yes',
'PubkeyAuthentication=no'])
'PubkeyAuthentication=yes'])
else:
options.extend(['PasswordAuthentication=no',
'PubkeyAuthentication=yes',