Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

SSH.ConfigureKeepAlive

Configures keep alive probes.

Component Version macOS Windows Linux Server iOS SDK
SSH 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SSH.ConfigureKeepAlive"; SSH; WantReply; Interval )   More

Parameters

Parameter Description Example
SSH The SSH session reference number from the plugin. $ssh
WantReply WantReply indicates whether the keepalive messages should request a response from the server.
Default value is true for this parameter.
1
Interval Interval is number of seconds that can pass without any I/O, use 0 to disable keepalives.
To avoid some busy-loop corner-cases, if you specify an interval of 1 it will be treated as 2.
Default is 2.
2

Result

Returns OK or error.

Description

Configures keep alive probes.
Set how often keepalive messages should be sent.

Release notes

Blog Entries

This function checks for a license.

Created 26th August 2020, last changed 26th August 2020


SSH.CloseChannel - SSH.Connect

💬 Ask a question or report a problem