Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a55aa13
Commit
7a55aa13
authored
Apr 15, 2013
by
Michael Albinus
Browse files
* tramp.texi (Frequently Asked Questions): New item for
ControlPath settings.
parent
4d9a0979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/tramp.texi
doc/misc/tramp.texi
+17
-0
No files found.
doc/misc/ChangeLog
View file @
7a55aa13
2013-04-15 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Frequently Asked Questions): New item for
ControlPath settings.
2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi: (Basic Operations on Units): Streamline some
...
...
doc/misc/tramp.texi
View file @
7a55aa13
...
...
@@ -3123,6 +3123,23 @@ Host *
@end example
@item
@value{tramp} does not use my @command{ssh} @code{ControlPath}
Your @code{ControlPath} setting will be overwritten by @command{ssh}
sessions initiated by @value{tramp}. This is because a master
session, initiated outside @value{emacsname}, could be closed, which
would stall all other @command{ssh} sessions for that host inside
@value{emacsname}.
Consequently, if you connect to a remote host via @value{tramp}, you
might be prompted for a password again, even if you have established
already an @command{ssh} connection to that host. Further
@value{tramp} connections to that host, for example in order to run a
process on that host, will reuse that initial @command{ssh}
connection.
@item
File name completion does not work with @value{tramp}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment