Remote execution on Red Hat Satellite 6 fails with: Unmatched ' " '.
Environment
- Red Hat Satellite 6
Issue
-
Remote execution on Satellite 6 fails with:
Unmatched ' " '.
Resolution
-
Change the shell of the ssh user on client to bash
# chsh -l [ this should list the available shells] # chsh <rex-user> -s /usr/bin/bash [ this should change the shell to bash ]
For more KB articles/solutions related to Red Hat Satellite 6.x Remote Execution Issues, please refer to the Red Hat Satellite Consolidated Troubleshooting Article for Red Hat Satellite 6.x Remote Execution Issues
Root Cause
- The login shell for the ssh user was set to csh . A This content is not included.bug has been raised for it.
Diagnostic Steps
- Run # echo $SHELL to list the current shell.
SBR
Product(s)
Components
Category
Tags
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.