|
|
|
|
|
SSHDisconnectShell (Function) In french: SSHDéconnecteShell cMySession is sshSession cMySession.Address = "127.0.0.1" cMySession.Port = 22 cMySession.User = "login" cMySession.UserPassword = "pass" IF SSHConnectShell(cMySession) THEN Info("Session started") // ... SSHDisconnectShell(cMySession) END
Syntax
SSHDisconnectShell(<SSH session>)
<SSH session>: sshSession variable Name of the sshSession variable corresponding to the SSH session to stop. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|