SFTP problem with client GUI
The command line works with scp.
I've been looking around the web with no big success
I've tried:
Cyberduck GUI. It says it connect, but if it does, it immediatly desconnect.
Fugu, another GUI, gives me the following error:
Slave terminal device is /dev/ttys005.
Master fd is 14.
Connecting to xxx.xxx.xxx.xxx…
subsystem request failed on channel 0
Connection close
With ForkLift software, no connexion.
My sshd_config file has
PermitRootLogin yes
PasswordAuthentication yes
Subsystem sftp /usr/local/libexec/sftp-server
Protocol 2
If I change the Protocol, last line, and put Protocol 1, I then can see that all the softs are able to reach the server, telling me they need Protocol 2.
Can someone see what I should try?
Many thanks
2 Replies
I made the libexec dir at the wrong place: /usr/libexec insteed of /usr/local/libexec
Then just need there a symlink from sftp-server
Thanks obs