From 7e72e55e996b29ba775e6695ee1f85ce637dc90a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 25 Aug 2021 10:33:15 -0700 Subject: mention ssh(1) ControlPersist & add idea about making it automatic Signed-off-by: Sean Whitton --- doc/ideas.rst | 4 ++++ doc/introduction.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ideas.rst b/doc/ideas.rst index a98fa42..8ce7fb9 100644 --- a/doc/ideas.rst +++ b/doc/ideas.rst @@ -34,6 +34,10 @@ Connections daemons might only be accessible over VPNs and the like, however, so it will need to be easy to override this. +- Perhaps ``:SSH`` ought to enable connection sharing (including + ``ControlPersist``) on the user's behalf, rather than relying on users + adding this to ``~/.ssh/config``. + Core ---- diff --git a/doc/introduction.rst b/doc/introduction.rst index 7788c1b..5087544 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -79,7 +79,7 @@ Try it out / quick start This assumes that you have your SSH agent etc. set up such that you can ssh to root on athena without having to type a password into ssh's stdin. - You should also enable SSH connection sharing. + You should also enable SSH connection sharing, including ``ControlPersist``. 5. Get a Lisp REPL started up -- ``M-x slime`` in Emacs or ``sbcl`` at a shell prompt. Evaluate ``(asdf:load-system "com.example.consfig")``, then -- cgit v1.2.3