| Summary: | Environment variable changes | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | PFudd <kernel> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P2 | ||
| Version: | 4.3p2 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
PFudd
2007-07-08 06:36:44 AEST
Yes, the $TERM supplied by the client takes precedence over any one set in ~/.ssh/config. On the other hand, you can set it in your shell's initialisation (.profile, .bash_profile) and also in ~/.ssh/environment (which does take precedence over the client-specified $TERM). .ssh/environment is documented in the sshd(8) manpage. Mass update RESOLVED->CLOSED after release of openssh-5.1 |