Re: Setting environment variables on remote shell?
From: Thomas Guettler (guettli_at_thomas-guettler.de)
Date: 11/17/03
- Next message: Craig Young: "Adding text before the login prompt"
- Previous message: lfree: "putty and configuration CHOICEWAY CES-2402MG£¿"
- In reply to: NetNews: "Re: Setting environment variables on remote shell?"
- Next in thread: NetNews: "Re: Setting environment variables on remote shell?"
- Reply: NetNews: "Re: Setting environment variables on remote shell?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 17 Nov 2003 08:56:09 +0100
Am Fri, 14 Nov 2003 14:35:17 -0500 schrieb NetNews:
> Thomas,
>
> You can use ~/.ssh/environment file with variables you want to export to
> remote host:
>
> $ cat /usr/netscape/icoremll/.ssh/environment
> aaa=bbb
>
> $ ssh host_b
> $ echo $aaa
> bbb
Is there a way to do something like this, even if
PermitUserEnvironment is set to "no" in sshd_config?
thomas
- Next message: Craig Young: "Adding text before the login prompt"
- Previous message: lfree: "putty and configuration CHOICEWAY CES-2402MG£¿"
- In reply to: NetNews: "Re: Setting environment variables on remote shell?"
- Next in thread: NetNews: "Re: Setting environment variables on remote shell?"
- Reply: NetNews: "Re: Setting environment variables on remote shell?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|