SFTP connection error
Posted on August 6, 2008
One of my customer mentioned to me that SFTP problem.
Question: I found an error message on /var/log/messages as below:
fatal: mm_request_receive_expect: read: rtype 48 != type 46
fatal: mm_request_receive_expect: read: rtype 48 != type 46
while make a SFTP(SSH) connection using Ipswitch WS_FTP Professional client.
Solution: Make changes on SSH config file
Edit /etc/ssh/sshd_config and change PasswordAuthentication to yes. Restart SSH services.
What is PasswordAuthentication? Change to No for disable tunneled clear text passwords.
Done! Your problem should be solved.
Possibly Related Posts:
- Boot gOS from USB Drive Experience
- Argument list too long
- RSS Feed Submissions
- Geo Positions
- Interesting about Google Suggest
Comments
Leave a Reply