@@ -178,44 +178,52 @@ You can change the values for the following variables in
178
178
``OPENWISP_SSH_AUTH_TIMEOUT ``
179
179
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180
180
181
- +--------------+---------+
182
- | **type **: | ``int `` |
183
- +--------------+---------+
184
- | **default **: | ``2 `` |
185
- +--------------+---------+
181
+ +--------------+-------------+
182
+ | **type **: | ``int `` |
183
+ +--------------+-------------+
184
+ | **default **: | ``2 `` |
185
+ +--------------+-------------+
186
+ | **unit **: | ``seconds `` |
187
+ +--------------+-------------+
186
188
187
189
Configure timeout to wait for an authentication response when establishing a SSH connection.
188
190
189
191
``OPENWISP_SSH_BANNER_TIMEOUT ``
190
192
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
191
193
192
- +--------------+---------+
193
- | **type **: | ``int `` |
194
- +--------------+---------+
195
- | **default **: | ``60 `` |
196
- +--------------+---------+
194
+ +--------------+-------------+
195
+ | **type **: | ``int `` |
196
+ +--------------+-------------+
197
+ | **default **: | ``60 `` |
198
+ +--------------+-------------+
199
+ | **unit **: | ``seconds `` |
200
+ +--------------+-------------+
197
201
198
202
Configure timeout to wait for the banner to be presented when establishing a SSH connection.
199
203
200
204
``OPENWISP_SSH_COMMAND_TIMEOUT ``
201
205
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202
206
203
- +--------------+---------+
204
- | **type **: | ``int `` |
205
- +--------------+---------+
206
- | **default **: | ``30 `` |
207
- +--------------+---------+
207
+ +--------------+-------------+
208
+ | **type **: | ``int `` |
209
+ +--------------+-------------+
210
+ | **default **: | ``30 `` |
211
+ +--------------+-------------+
212
+ | **unit **: | ``seconds `` |
213
+ +--------------+-------------+
208
214
209
215
Configure timeout on blocking read/write operations when executing a command in a SSH connection.
210
216
211
217
``OPENWISP_SSH_CONNECTION_TIMEOUT ``
212
218
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213
219
214
- +--------------+---------+
215
- | **type **: | ``int `` |
216
- +--------------+---------+
217
- | **default **: | ``5 `` |
218
- +--------------+---------+
220
+ +--------------+-------------+
221
+ | **type **: | ``int `` |
222
+ +--------------+-------------+
223
+ | **default **: | ``5 `` |
224
+ +--------------+-------------+
225
+ | **unit **: | ``seconds `` |
226
+ +--------------+-------------+
219
227
220
228
Configure timeout for the TCP connect when establishing a SSH connection.
221
229
0 commit comments