Jscottyk,
after you've ssh'ed in to the linux box. what is the terminal type being used? if you don't know. 'echo $TERM'.
And does the system support that terminal type?
infocmp $TERM
should dump out the terminal type configuration information. does it have a
"colors" setting. If it doesn't, save the output from terminfo, run on the mac, for the the terminal type that supports colors to a file. move it to the linux
box, and run
tic <filename>
wherei <filename> is the file that you saved the output from infocmp from.
and if you lucking it will create it with out problem. the next step is to try logging in from another Terminal.app window, to see if that clears up the problem. you probably wont have to resort to this, as linux usually has quite
a few terminal types by default. but if you do have to, note where the file is written too, incase you have to manually delete it. this can be found from looking at the terminfo manpage.
see terminfo(5) under Color Handling
Andy
Message was edited by: Nils C. Anderson