SFTP connection error
Posted by Planet Malaysia 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:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
- WP Contact Form III – You do not have sufficient permissions to access this page Error
Comments
Leave a Reply