qlibssh2
qlibssh2 copied to clipboard
known_hosts in qlibssh2::Ssh2Settings should be touched if autoAppendToKnownHosts = true
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.