How to pass environment variable through jump server?
Article ID: 227 | Rating: Unrated | Last Updated: Thu, Jul 19, 2018 at 1:38 AM
How can I forward env variables over ssh in ezeelogin?
i. Add environment variable to Ezeelogin gui > settings > General > Security > Passthrough Environment Variables
ii. Allow environment variable in /etc/ssh/sshd_config of ezeelogin installed gateway server & the remote server
root@bastion :~# vi /etc/ssh/sshd_config
AcceptEnv {Passthrough Environment Variables}
Restart ssh service
root@bastion :~# service ssh restart