Variable: tramp-ssh-setenv-term

tramp-ssh-setenv-term is a variable defined in tramp-sh.el.gz.

Value

nil

Documentation

Whether ssh "SetEnv=TERM=dumb" argument to use.

It is the string "-o Setenv=TERM=dumb" if supported by the local ssh (since release 7.8), otherwise the string "". If it is nil, it will be auto-detected by Tramp.

The string is used in tramp-methods.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defvar tramp-ssh-setenv-term nil
  "Whether ssh \"SetEnv=TERM=dumb\" argument to use.

It is the string \"-o Setenv=TERM=dumb\" if supported by the local
ssh (since release 7.8), otherwise the string \"\".  If it is nil, it
will be auto-detected by Tramp.

The string is used in `tramp-methods'.")