unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#74105: 30.0.92; Some issues in TRAMP NEWS entries
@ 2024-10-30 11:10 Sean Whitton
  2024-10-30 11:54 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 20+ messages in thread
From: Sean Whitton @ 2024-10-30 11:10 UTC (permalink / raw)
  To: 74105; +Cc: michael.albinus

X-debbugs-cc: michael.albinus@gmx.de

Hello,

In NEWS we have

    +++
    *** Direct asynchronous processes are indicated by a connection-local variable.
    If direct asynchronous processes shall be used, set the connection-local
    variable 'tramp-direct-async-process' to a non-nil value.  This has been
    changed, in previous Emacs versions this was indicated by the now
    deprecated connection property "direct-async-process".  See the Tramp
    manual "(tramp) Improving performance of asynchronous remote processes".

In my init.el I have this:

    (with-eval-after-load 'tramp
      (add-to-list 'tramp-connection-properties
                   '("/ssh:" "direct-async-process" t))
      (add-to-list 'tramp-connection-properties '(nil "session-timeout" nil)))

I have some documentation issues:

(1) The NEWS entry, together with the Info manual, were not sufficient
    for me to figure how to migrate my config.  For example, is the
    whole of tramp-connection-properties being replaced?  Or do I only
    need to migrate the direct-async-process part?

    I think additional documentation, even an explicit migration guide,
    would be desirable.

(2) Turning on direct async processes for all SSH connections seems like
    a common configuration.  How about adding that to the manual, in
    addition to the example for enabling them for one host?

(3) Has there been a change to how password caching works?

    I tried deleting the session-timeout configuration.  I made a
    /sudo:: connection.  After some time passed, I saw the familiar
    "Tramp connection timed out" message.  But it reconnected
    immediately when I tried to save a buffer I had open.  Does it now
    cache the sudo password?  In the past, you had to type it again,
    after the timeout.

    If there is a change here, it's security-relevant, so it should
    probably be in NEWS.

Thanks.

-- 
Sean Whitton





^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-11-14 17:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 11:10 bug#74105: 30.0.92; Some issues in TRAMP NEWS entries Sean Whitton
2024-10-30 11:54 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-03  7:15   ` Sean Whitton
2024-11-03 15:01     ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-03 23:20       ` Sean Whitton
2024-11-04 17:32         ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-07  2:18           ` Sean Whitton
2024-11-07  8:23             ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-08  2:40               ` Sean Whitton
2024-11-10 12:50                 ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-10 14:35                   ` Sean Whitton
2024-11-11  9:13                     ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-12 16:11                       ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-13 10:27                         ` Sean Whitton
2024-11-13 11:47                           ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-14  3:49                         ` Sean Whitton
2024-11-14 17:36                           ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-04  0:41     ` Dmitry Gutov
2024-11-04  0:59       ` Sean Whitton
2024-11-04  8:00         ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).