You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using SFTP there always comes the no "HostKeys loaded" issue.
SFTP works nontheless.
Error:
UserWarning: Failed to load HostKeys from C:\Users\USER\.ssh\known_hosts. You will need to explicitly load HostKeys (cnopts.hostkeys.load(filename)) or disableHostKey checking (cnopts.hostkeys = None).
warnings.warn(wmsg, UserWarning)
Setting HostKeys = None won't work.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using SFTP there always comes the no "HostKeys loaded" issue.
SFTP works nontheless.
Error:
Setting
HostKeys = None
won't work.The text was updated successfully, but these errors were encountered: