Syntax highlighting in ssh sessions

1

I should really like to have my ssh sessions do syntax highlighting of configurations et al. of the output from my remote embedded devices. The devices cannot in any way output anything but flat text.

I currently do it in iTerm 2, but it is both clumsy, slow and worst of all, non-portable.

Does anyone know of a better solution, like setting up ssh to have syntax highlighting rendered from a local settings file?

Edit: Clarified that it was while accessing remote embedded devices

Jan

Posted 2013-11-27T13:06:00.380

Reputation: 111

What text editor are you using? – Zoredache – 2013-11-27T16:29:51.060

@Zoredache It's CLI output from embedded devices. – Jan – 2013-11-27T17:42:19.863

Added an embedded tag, probably worth mentioning in your post. – nerdwaller – 2013-11-27T18:12:02.620

No answers