qlibssh2 icon indicating copy to clipboard operation
qlibssh2 copied to clipboard

known_hosts in qlibssh2::Ssh2Settings should be touched if autoAppendToKnownHosts = true

Open vpicaver opened this issue 3 years ago • 0 comments

If known_hosts file doesn't exist, qlibssh2 will fail to connect and have a known host file read error. If autoAppendToKnownHosts is set to true, qlibssh2 should touch known_hosts file to create it.

vpicaver avatar Jul 12 '21 03:07 vpicaver