ดูคน ssh_config:
SendEnv
Specifies what variables from the local environ(7) should be sent
to the server. Note that environment passing is only supported
for protocol 2. The server must also support it, and the server
must be configured to accept these environment variables. Refer
to AcceptEnv in sshd_config(5) for how to configure the server.
Variables are specified by name, which may contain wildcard char‐
acters. Multiple environment variables may be separated by
whitespace or spread across multiple SendEnv directives. The
default is not to send any environment variables.
และผู้ชาย sshd_config:
AcceptEnv
Specifies what environment variables sent by the client will be
copied into the session's environ(7). See SendEnv in
ssh_config(5) for how to configure the client. Note that envi-
ronment passing is only supported for protocol 2. Variables are
specified by name, which may contain the wildcard characters `*'
and `?'. Multiple environment variables may be separated by
whitespace or spread across multiple AcceptEnv directives. Be
warned that some environment variables could be used to bypass
restricted user environments. For this reason, care should be
taken in the use of this directive. The default is not to accept
any environment variables.
ตามค่าเริ่มต้นไม่ควรส่งตัวแปรใด ๆ แต่ TERM ดูเหมือนจะพิเศษ มันจะส่งต่อไป
ดังนั้นคุณสามารถเปลี่ยน TERM เมื่อเรียก ssh (เช่นTERM=xterm ssh ...
) เปลี่ยนหลังจากเข้าสู่ระบบ (เหมือนใน.bash_profile
) หรือกำหนดชนิดของ TERM ที่ไม่รู้จักบนฝั่งเซิร์ฟเวอร์ (สมมติว่าคุณมีการเข้าถึงรูท) ดูคำตอบอื่น ๆ สำหรับรายละเอียด
infocmp
และtic
รวบรวมเมื่อไม่จำเป็นต้องเปลี่ยนชั่วคราว$TERM
อีกครั้ง โดยวิธีการที่ฉันเพิ่งคัดลอก (rsync)/usr/share/terminfo/s/screen-256color
จาก Fedora 18 ไปยัง CentOS ดูเหมือนว่าใช้ได้ (rsync -tv /usr/share/terminfo/s/screen-256color root@the_host:/usr/share/terminfo/s
)