Thomas, on 2019-06-10 :
> I have problems to access an Stretch debian Server with
> fish://[email protected] or sftp://[email protected].
> I is not working.
> Access to other workings are OK.

Good Day Thomas,

Does a simple SFTP session work on command line?

        $ sftp [email protected]

If not while using the command line ssh is okay; then it is
quite possible that you have some command in the .bashrc of your
remote root account that is echoing some message into stdout.
Without having an explanation for this, I have seen this
behaviour consistently breaking the SFTP subsystem.  Maybe you
are encountering the same.

Otherwise, it would be nice to get more details of what is
happening, using the verbose flag of the command line, to see
when, and hopefully why, it breaks:

        $ sftp -v [email protected]

Kind Regards,
-- 
Étienne Mollier <[email protected]>


Reply via email to