|
|
|
|
|
<sshSession variable>.ConnectShell (Function) In french: <Variable sshSession>.ConnecteShell cMySession is sshSession cMySession.Address = "127.0.0.1" cMySession.Port = 22 cMySession.User = "login" cMySession.UserPassword = "pass" IF cMySession.ConnectShell() THEN Info("Session started") END
Syntax
<Result> = <SSH session>.ConnectShell()
<Result>: Boolean - True if the session was started,
- False otherwise.
<SSH session>: sshSession variable Name of the sshSession variable containing the connection parameters of the SSH session to open.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|