Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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