Does anyone know of any special set up to allow a GoAnywhere client to connect to a CoreFTP server? I have the server set up for sftp only, ssh key validation only. I have successfully connected using FileZilla, having CoreFTP server generate the keys and provide the private key to the FileZilla client. I have successfully connected using WS-FTP Professional, having the WS-FTP client generate the key pair and provide the public key to the CoreFTP server. The GoAnywhere client generated both a DSA and an RSA key pair, but neither was successful. The CoreFTP server log simply shows connecting, connected and disconnected ((null)). The GoAnywhere client log appears to handshake successfully, up to this point:
10/15/15 10:32:14 AM DEBUG Authentications that can continue: publickey,password,keyboard-interactive
10/15/15 10:32:14 AM DEBUG Next authentication method: publickey
10/15/15 10:32:14 AM DEBUG Disconnecting from ftp.hrdataexchange.net port 22
10/15/15 10:32:14 AM INFO Closed the FTP connection
10/15/15 10:32:14 AM ERROR [8098 - Connect to SFTP Server] USERAUTH fail
The client profiles in the server are equivalent for all three clients.
Any insights are greatly appreciated.