aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-25 10:33:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-25 10:34:00 -0700
commit7e72e55e996b29ba775e6695ee1f85ce637dc90a (patch)
tree82e43ca59706700c5219ef3b130425ef98b13912 /doc/introduction.rst
parent232d233d05ea4c4778050f3dad38c6d80c616425 (diff)
downloadconsfigurator-7e72e55e996b29ba775e6695ee1f85ce637dc90a.tar.gz
mention ssh(1) ControlPersist & add idea about making it automatic
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
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