aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.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/ideas.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/ideas.rst')
-rw-r--r--doc/ideas.rst4
1 files changed, 4 insertions, 0 deletions
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
----