lima icon indicating copy to clipboard operation
lima copied to clipboard

COLORTERM not imported into Ubuntu instance

Open jandubois opened this issue 5 months ago • 1 comments

Even though the AcceptEnv setting has been added, the variable is not accepted, even after a restart of the instance (which shouldn't be necessary anyways):

$ lima sudo grep AcceptEnv /etc/ssh/sshd_config
AcceptEnv COLORTERM LANG LC_*
$ COLORTERM=truecolor lima env | grep COLOR

@afbjorklund Am I missing something about how this should work, or has it been broken since the initial implementation?

Ref #2202

jandubois avatar Feb 15 '24 18:02 jandubois

I think it has always been this way, the known workarounds were rm ssh.sock or ssh -O exit.

afbjorklund avatar Feb 16 '24 07:02 afbjorklund