0.017
thk thk Thu. 29 Jan. 2009 15:58 1 views 2 comments
if you get a message like:
Received message too long
when sftping to your server , check .bashrc , script on the server you are trying to connect , if there is a type-to-output part like an echo command somewhere.
I had done this thing to check if .bashrc
was executed (added echo "welcome.." ) and I had this problem with sftp.
After removing the echo line from .bashrc , I was able to connect again with sftp.

from buster 2011-05-20 13:29
Thank you.
Muchas gracias.
from penguin 2012-10-25 23:21
Thank you so much! It really solved the problem.