From eda9dbcb49f7d4082c1b03e28e29d364d9a079de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Sep 2015 11:42:55 -0400 Subject: comment --- .../comment_1_b0db2468e86d29deac6167363f88cfdc._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Shared_connection_to_xxx_closed./comment_1_b0db2468e86d29deac6167363f88cfdc._comment (limited to 'doc') 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. +"""]] -- cgit v1.2.3