summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-09-15 11:42:55 -0400
committerJoey Hess2015-09-15 11:42:55 -0400
commiteda9dbcb49f7d4082c1b03e28e29d364d9a079de (patch)
tree11ae95c297d0959ca8a2d0786fedcddc32c145e9 /doc
parent5c27345a504c5daa8deaed614110790e13e4d33d (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Shared_connection_to_xxx_closed./comment_1_b0db2468e86d29deac6167363f88cfdc._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Shared_connection_to_xxx_closed./comment_1_b0db2468e86d29deac6167363f88cfdc._comment b/doc/forum/Shared_connection_to_xxx_closed./comment_1_b0db2468e86d29deac6167363f88cfdc._comment
new file mode 100644
index 00000000..da332234
--- /dev/null
+++ b/doc/forum/Shared_connection_to_xxx_closed./comment_1_b0db2468e86d29deac6167363f88cfdc._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-15T15:38:13Z"
+ content="""
+Propellor uses a shared ssh connection to the remote host to avoid
+the overhead of multiple ssh connections. ssh will sometimes say "shared
+connection ... closed" when taking down such a connection.
+
+Propellor only reuses such a shared connection for up to 10 minutes; it it
+finds an old one (perhaps from a previous run of propellor), it will ask
+ssh to close the old connection.
+
+I don't think it's anything to worry about unless propellor is failing to
+work for some reason.
+"""]]