up vote 0 down vote favorite
share [g+] share [fb]

when I try and scp to my solaris box, I get this

unable to initialise SFTP: could not connect

unless I do scp -scp then it works.

In my sshd_config file, I have this:

Subsystem sftp /usr/local/libexec/sftp-server

link|improve this question

63% accept rate
feedback

1 Answer

Apparently your "scp" try to use "sftp" first, for some reason. The "sftp" subsystem may need to be configured at both ends.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.