How to change the command prompt color of a MobaXTerm SSH terminal

mobaxtermsshterminal

I wanted to change the color of the command prompt
[xxx@xxx]$ from white on black background to light green on black background during a SSH session in MobaXTerm. I tried changing the color scheme in session>edit session>terminal but this command prompt color does not change.

Best Answer

The software which draws the prompt on the server where you are connecting to with SSH needs to be configured to print color codes. If the remote shell is Bash, try e.g. http://ezprompt.net/

Related Question