diff options
| author | Michael Albinus | 2022-04-13 16:55:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2022-04-13 16:55:09 +0200 |
| commit | 0a368e007723d79ac07f3a0622b28a02ae0bd3dc (patch) | |
| tree | f26a11c96daa86dda9705d2680949da27eb07c32 | |
| parent | fbf27afb6a08c7315c0d1e787d83fc529fcb6260 (diff) | |
| download | emacs-0a368e007723d79ac07f3a0622b28a02ae0bd3dc.tar.gz emacs-0a368e007723d79ac07f3a0622b28a02ae0bd3dc.zip | |
; Reinsert lines in tramp.texi deleted by accident
| -rw-r--r-- | doc/misc/tramp.texi | 5 |
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 | ||
| 2646 | The 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 | ||
| 2649 | configuration 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 | ||