2

Whenever I ssh to my linux system from Mac. It started using remote system color. Is there a way I can force it to use original color ?

1 ответ1

3

Not easily. It no longer knows what the original system's colors are after you ssh, so you'd have to configure the local ssh to send that information as environment variables, and the remote ssh to read them. See SendEnv in the ssh_config(5) man page, AcceptEnv in the sshd_config(5) man page, and the SSHRC section of the sshd(8) man page.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .