Variable: nntp-via-rlogin-command
nntp-via-rlogin-command is a variable defined in nntp.el.gz.
Value
"rsh"
Documentation
Rlogin command used to connect to an intermediate host.
This command is used by the methods nntp-open-via-rlogin-and-telnet
and nntp-open-via-rlogin-and-netcat. The default is "rsh", but "ssh"
is a popular alternative.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-via-rlogin-command "rsh"
"Rlogin command used to connect to an intermediate host.
This command is used by the methods `nntp-open-via-rlogin-and-telnet'
and `nntp-open-via-rlogin-and-netcat'. The default is \"rsh\", but \"ssh\"
is a popular alternative.")