aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2022-04-13 16:55:09 +0200
committerMichael Albinus2022-04-13 16:55:09 +0200
commit0a368e007723d79ac07f3a0622b28a02ae0bd3dc (patch)
treef26a11c96daa86dda9705d2680949da27eb07c32
parentfbf27afb6a08c7315c0d1e787d83fc529fcb6260 (diff)
downloademacs-0a368e007723d79ac07f3a0622b28a02ae0bd3dc.tar.gz
emacs-0a368e007723d79ac07f3a0622b28a02ae0bd3dc.zip
; Reinsert lines in tramp.texi deleted by accident
-rw-r--r--doc/misc/tramp.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 4f4e78061ea..bb91aec0cc0 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2643,6 +2643,11 @@ where @samp{192.168.0.1} is the remote host IP address
2643@node Ssh setup 2643@node Ssh setup
2644@section Ssh setup hints 2644@section Ssh setup hints
2645 2645
2646The most common @value{tramp} connection family is based on either
2647@command{ssh} or @command{scp} of OpenSSH, or @command{plink} or
2648@command{pscp} of PuTTY on MS Windows. In the following, some
2649configuration recommendations are given.
2650
2646 2651
2647@subsection Using ssh config include for host name completion 2652@subsection Using ssh config include for host name completion
2648 2653