This is a discussion on Re: Client options to server within the OpenSSH Development forums, part of the Networking and Network Related category; On Sun, Nov 12, 2006 at 10:49:47AM +0100, Vincenzo Sciarra wrote: > Very cool. > > Thanks!!!!!! > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun, Nov 12, 2006 at 10:49:47AM +0100, Vincenzo Sciarra wrote:
> Very cool. > > Thanks!!!!!! > > If I want to modify the code, how I can do equivalent of SendEnv and > AcceptEnv? On the server side, just set AcceptEnv in the config file and use the environment variable in your program/shell/whatever. On the client side if you really want a command-line option then get your directory from getopt() and putenv() it and update options->send_env and options->num_send_env (see the oSendEnv case in readconf.c for an example). Are you sure you want to do that, though? You'll have to maintain a modified client. Alternatively you might just write a wrapper script that execs ssh with the appropriate SendEnv option. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |