When I try to use sftp and connect to a remote website, I'm getting the "Received message too long 1416128883" error after adding its RSA key to the list contained in .ssh/known_hosts. I can't find anything on searching this forum for that error code and when I tried googling it there was only some sketchy information that said SFTP doesn't like echoes in my .bashrc file. But after commenting out the only echoes in it which are "PROMPT_COMMAND= ... ", the problem still remains.
My ssh_config file is the default for Gentoo 2007.1, with nothing added.
What else could be causing this problem? I'm reasonably sure the web server supports SFTP logins.
(forget it, I'm now using FTP to log in to the server and it works fine.)

