private static void sftp_OnSSHServerAuthentication(object sender, SftpSSHServerAuthenticationEventArgs e) { e.Accept = true; }