Stu Asked: 2009-07-10 07:16:28 +0800 CST2009-07-10 07:16:28 +0800 CST 2009-07-10 07:16:28 +0800 CST Why does scp -scp work but not scp without that flag 772 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 sftp scp 1 Answers Voted wazoox 2009-07-10T07:22:43+08:002009-07-10T07:22:43+08:00 Apparently your "scp" try to use "sftp" first, for some reason. The "sftp" subsystem may need to be configured at both ends.
Apparently your "scp" try to use "sftp" first, for some reason. The "sftp" subsystem may need to be configured at both ends.