Client options to server
Jefferson Ogata
Jefferson.Ogata at noaa.gov
Tue Nov 14 05:09:32 EST 2006
On 2006-11-13 18:01, Vincenzo Sciarra wrote:
> How can pass a argument from client to server?
>
> More explicit :
>
> ssh -K www.foo.it/baar server_host
>
> Server will parse the -K argument and will connect to www.foo.it and
> get baar for example.
> How can I pass the -K argument from client to server?
Uh, so you want ssh to be wget/curl now?
How about you do this:
ssh server_host "wget -O - http://www.foo.it/baar"
--
Jefferson Ogata <Jefferson.Ogata at noaa.gov>
NOAA Computer Incident Response Team (N-CIRT) <ncirt at noaa.gov>
"Never try to retrieve anything from a bear."--National Park Service
More information about the openssh-unix-dev
mailing list