We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374aff commit bea82cbCopy full SHA for bea82cb
docs/changelog-fragments/756.feature.1.rst
@@ -0,0 +1,8 @@
1
+Added a ``pylibsshext.session.connect()`` parameter
2
+``open_session_retries`` -- by :user:`justin-stephenson`.
3
+
4
+The ``open_session_retries`` session ``connect()``
5
+parameter allows a configurable number of retries if
6
+libssh ``ssh_channel_open_session()`` returns ``SSH_AGAIN``.
7
+The default option value is 0, no retries will be
8
+attempted.
docs/changelog-fragments/756.feature.2.rst
+``timeout_usec`` to set ``SSH_OPTIONS_TIMEOUT_USEC``.
+This allows setting the ``SSH_OPTIONS_TIMEOUT_USEC``
+ssh option, though ``SSH_OPTIONS_TIMEOUT`` is a more
+practical option.
+-- by :user:`justin-stephenson`
0 commit comments