Has a sftp server locked down tight using Chroot SFTP setup. Try to run a job to ftp to this type of system we get the following error:
Unable to connect to FTP server. Exception: Could not login info SFTP server, cause:Auth fail File transfer failed. Failed. Cause: (12) Could not login info SFTP server, cause:Auth failAuth failFTP Command completed with errors.Steps to fix the issue are:In the file /etc/ssh/sshd_configthe following lines should be changed to be:PasswordAuthentication = yesPermitEmptyPasswords = noAnd restart sshd daemon
You must be signed in to post in this forum.