<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi.<br></div>
<div>&nbsp;</div>
<div>I can log in to my CentOS 6.5 x63 VPS running on DigitalOcean just fine with SSH but attempting to access via SFTP results in an error, "No supported authentication methods available," after presenting my username.<br></div>
<div>&nbsp;</div>
<div>I installed sftp thusly:<br></div>
<div>&nbsp;</div>
<div>&nbsp;sudo yum -y install vsftpd<br></div>
<div>&nbsp;</div>
<div>&nbsp;sudo yum -y install ftp<br></div>
<div>&nbsp;</div>
<div>&nbsp;sudo nano /etc/vsftpd/vsftpd.conf<br></div>
<div>Set &lt;code&gt;anonymous_enable=NO&lt;/code&gt;<br></div>
<div>Set &lt;code&gt;local_enable=YES&lt;/code&gt;<br></div>
<div>Set &lt;code&gt;chroot_local_user=YES&lt;/code&gt;<br></div>
<div>&nbsp;</div>
<div>&nbsp;sudo service vsftpd restart<br></div>
<div>&nbsp;</div>
<div>&nbsp;chkconfig vsftpd on<br></div>
<div>&nbsp;</div>
<div>iptables is running but based on the above I assumed it was not the culprit. Given the known murphy backend to the ass-u-me API that comes standard with all human wetware, I stopped the iptables service an tried to sftp again, with the same result. So I restarted iptables (the entire server for that matter) and wrote this email.<br></div>
<div>&nbsp;</div>
<div>Ideas anyone?<br></div>
</body>
</html>