Fix SSH password auth: disable key lookup when password is configured
asyncssh tried ~/.ssh/* keys before the password, causing PermissionDenied
on hosts that only accept password auth. Now when 'password' is set and no
'client_keys', key auth is disabled entirely.
1 parent bf2ce83 commit fcf3f7455607be89a34d62fda0483be4f23c37d9
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 8 Apr
Showing 2 changed files
View
navi/tools/ssh_exec.py
View
ssh_hosts.json.example