Here's my question.
When doing an scp from remote to local (e.g.: scp user@host:remote
localfile), is there any way to specify the path to the remote scp? Or
do I have to patch the code to allow it?
----
Scott Neugroschl
XYPRO Technology Corporation
_______________________________________________
openssh-unix-dev mailing list
openssh-...@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
-S program
Name of program to use for the encrypted connection.
The program
must understand ssh(1) options.
This has existed since for a long time.
e.g.
scp -S /path/to/scp remote:file localname
- Ben