Thomas, on 2019-06-10 : > I have problems to access an Stretch debian Server with > fish://root@192.168.1.20 or sftp://root@192.168.1.20. > I is not working. > Access to other workings are OK.
Good Day Thomas, Does a simple SFTP session work on command line? $ sftp root@192.128.1.20 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 root@192.128.1.20 Kind Regards, -- Étienne Mollier <etienne.moll...@mailoo.org>