Bash Script works locally, but not over ssh
Issue
- Why ssh remote execution of script fails, but script works fine locally
[ServerA@rhel6u8-2 ~]# test.sh
Works.....
[ServerB@rhel6u8-2 ~]# ssh user@ServerA test.sh
failed.....
- How to pass environmental variables in remote ssh execution ?
Environment
- Redhat Enterprise Linux
- Openssh
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.