When connecting to an SFTP server, which configuration prevents the validation of the host key?
session.setConfig("HostKeyChecking", "false")
session.setConfig("ValidateHostKey", "no")
session.setConfig("StrictHostKeyChecking", "no")
session.setConfig("AllowAllHostKeys", "yes")