Symptoms

When using the Transfer Tool to connect to a remote server, you receive the following error, where SOURCE_IP is the remote server's IP address:

The remote basic credential check failed due to an error (The password that
you provided is not correct, or the SSH key is not permitted access:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).)
and response: Connecting to SOURCE_IP:22 as root...using method password...

 

Cause

This occurs when using "Password" as the Authentication Method in the Transfer Tool when the remote server does not allow password authentication in SSH via the following option in /etc/ssh/sshd_config:

PasswordAuthentication no

This may also occur if you have disabled root login, which is a common security measure:

PermitRootLogin no

 

Resolutions