<div dir="ltr">you could also try to fire Filezilla from cli with verbos turned up and piped to a log file locally.  May uncover a clue.  Since you are connecting via ssh you might try cli sftp connection as well to help isolate program issue or system issue.<div><br></div><div>-- Fred</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 1, 2017 at 6:13 PM, Peter Flynn <span dir="ltr"><<a href="mailto:peter@silmaril.ie" target="_blank">peter@silmaril.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/01/2017 09:27 PM, Rog wrote:<br>
> I rely on Filezilla to transfer files to my hosting service but it no<br>
> longer works. It fails at the very beginning, failing to connect. Much<br>
> searching w/ Google turns up no answers. Nor does a tech support<br>
> consultation with the hosting service. The failure is NOT due to wrong<br>
> username or password as I can establish ssh connections from the CLI.<br>
<br>
</span>It's worrying when this happens, but hosting services are notorious for<br>
changing things which don't affect Mac or Windows users, but which may<br>
affect Linux users.<br>
<br>
>From what you quote below it looks like it's having trouble identifying<br>
which key exchange (kex) algorithm to use: the server wants you to use<br>
diffie-hellman-group-exchange-<wbr>sha256 but Konqueror can only use one of<br>
<a href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a><br>
ecdh-sha2-nistp256<br>
diffie-hellman-group14-sha1<br>
diffie-hellman-group1-sha1<br>
This post <a href="https://ubuntuforums.org/showthread.php?t=2297006" rel="noreferrer" target="_blank">https://ubuntuforums.org/<wbr>showthread.php?t=2297006</a> (different<br>
circumstances and different software) explains how to find out what<br>
algorithms are supported, but it's a couple of years old.<br>
<br>
At a wild random guess the hosting company has changed things so that<br>
they only support diffie-hellman-group-exchange-<wbr>sha256, so you'll need<br>
an sftp client that supports that method of key exchange. Obviously<br>
FileZilla doesn't.<br>
<br>
Can you try again and note the EXACT date and time, then call tech<br>
support and ask them to check the access logs (eg /var/log/secure) to<br>
find out if they can see a request coming in from your IP address, and<br>
being rejected.<br>
<br>
If you search Mr Google for<br>
   filezilla diffie-hellman-group-exchange-<wbr>sha256<br>
you will gets lots of pages about this problem, so it seems to be well<br>
known. Several posts make the suggestion along the lines of:<br>
<br>
> FileZilla's SFTP support is based on PuTTY's psftp. If you change the<br>
> default key exchange cipher priorities in PuTTY, it should also<br>
> affect FileZilla.<br>
<br>
but this may only apply to Windows clients. I'm afraid I don't have a<br>
solution (and I just hope my own hosting provider doesn't make the same<br>
move, although I only use FZ very rarely, as sftp from the command line<br>
is fine for my own use).<br>
<br>
///Peter<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> Konqueror also fails to connect and gives the following, more detailed<br>
> error:<br>
><br>
>     The requested operation could not be completed<br>
><br>
>     Details of the Request:<br>
>     URL: sftp:// [redacted]<br>
>     Protocol: sftp<br>
>     Date and Time: Thursday, June 01, 2017 04:18 PM<br>
>     Additional Information: kex error : no match for method kex algos:<br>
>     server [diffie-hellman-group-<wbr>exchange-sha256], client<br>
>     [<a href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a>,<wbr>ecdh-sha2-nistp256,diffie-<wbr>hellman-group14-sha1,diffie-<wbr>hellman-group1-sha1]<br>
>     Description:<br>
>     kex error : no match for method kex algos: server<br>
>     [diffie-hellman-group-<wbr>exchange-sha256], client<br>
>     [<a href="mailto:curve25519-sha256@libssh.org">curve25519-sha256@libssh.org</a>,<wbr>ecdh-sha2-nistp256,diffie-<wbr>hellman-group14-sha1,diffie-<wbr>hellman-group1-sha1]<br>
><br>
> I note that I've gone so far as deleting all Filezilla-related files and<br>
> re-installing it as well as deleting my known hosts file, to no avail.<br>
> So I turn to this list in desperation. I would really like to continue<br>
> to use Filezilla because it's fast and easy.<br>
><br>
> --<br>
> Roger<br>
> <a href="mailto:linux.rog@gmail.com">linux.rog@gmail.com</a><br>
><br>
><br>
><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/xubuntu-users</a><br>
</font></span></blockquote></div><br></div>