Hi there, by default grep will always output without color. To change the setting to permanently output the color, you just need to run this code in your ssh environment $ export GREP_OPTIONS='--color=always' Hopefully its going to help you guys