summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-29 10:55:18 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-03-29 10:55:18 +0200
commit46fd10a760012ced5be15ceab42637e0a2221567 (patch)
treecd58e3bc99a6dc06cb0f44b1ad2047859eac6a02 /doc
parent3965c65d5e28e0efdfa693046f6a2059e74465f9 (diff)
downloademacs-46fd10a760012ced5be15ceab42637e0a2221567.tar.gz
* doc/misc/tramp.texi (Remote shell setup): Clarify use of ssh RemoteCommand.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 468bdfdbcba..f9617f7a5cd 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1,5 +1,5 @@
\input texinfo @c -*- mode: texinfo; coding: utf-8 -*-
-@setfilename ../info/tramp
+@setfilename ../../info/tramp.info
@c %**start of header
@include docstyle.texi
@c In the Tramp GIT, the version number and the bug report address
@@ -2372,10 +2372,11 @@ This uses also the settings in @code{tramp-sh-extra-args}.
@vindex RemoteCommand@r{, ssh option}
@strong{Note}: If you use an @option{ssh}-based method for connection,
do @emph{not} set the @option{RemoteCommand} option in your
-@command{ssh} configuration, for example to @command{screen}. On the
-other hand, some @option{ssh}-based methods, like @option{sshx} or
-@option{scpx}, silently overwrite a @option{RemoteCommand} option of
-the configuration file.
+@command{ssh} configuration to something like @command{screen}. If
+used, @option{RemoteCommand} must open an interactive shell on the
+remote host. On the other hand, some @option{ssh}-based methods, like
+@option{sshx} or @option{scpx}, silently overwrite a
+@option{RemoteCommand} option of the configuration file.
@subsection Other remote shell setup hints