[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1

Wichert Akkerman wichert at wiggy.net
Mon Jan 28 23:34:16 EST 2002


Previously Markus Friedl wrote:
> way of passing options to ssh. so use -F and -o.

If you insist on having a simply way to pass options to ssh
I would suggest something like the -Wl option for gcc to
pass commandline options directly instead of forcing people
to use the -o option (which is way too much typing). This
will give you commands like:

     scp -s,-1 -s,-C file remote:

where -s simply means `pass this option on to ssh'. You can also
get rid of -F and -o then and do them using -s to reduce the
non-rcp options to just one.

Wichert.

-- 
  _________________________________________________________________
 /wichert at wiggy.net         This space intentionally left occupied \
| wichert at deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



More information about the openssh-unix-dev mailing list