Variable: remote-shell-program
remote-shell-program is a customizable variable defined in
files.el.gz.
Value
"ssh"
Documentation
Program to use to execute commands on a remote host (i.e. ssh).
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
;; Probably this entire variable should be obsolete now, in favor of
;; something Tramp-related (?). It is not used in many places.
(defcustom remote-shell-program "ssh"
"Program to use to execute commands on a remote host (i.e. ssh)."
:version "31.1"
:group 'environment
:type 'file)