pluGET icon indicating copy to clipboard operation
pluGET copied to clipboard

SFTP: You will need to explicitly load HostKeys

Open Neocky opened this issue 4 years ago • 0 comments

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.

Neocky avatar Mar 13 '21 14:03 Neocky