known-hosts Questions
1
Solved
I am trying to follow solution from Verify host key with pysftp.
I run:
import pysftp
fn = r'C:\Users\UWAdmin\.ssh\known_hosts'
cnopts = pysftp.CnOpts()
cnopts.hostkeys.load(fn)
but I get the err...
Crosby asked 3/11, 2020 at 18:12
1
© 2022 - 2024 — McMap. All rights reserved.