How do i enforce the scp command using protocol 2?
i tried:
scp -o "Protocol 2" source.file ssh2host:
or add "Protocol 2,1" to /etc/ssh_config
i allways get the followin error Message:
scp: warning: Executing scp1.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH).
lost connection
Changing the ssh2host is
NOT an option.