diff --git a/reference/ssh2/functions/ssh2-disconnect.xml b/reference/ssh2/functions/ssh2-disconnect.xml new file mode 100644 index 0000000000..9f84ebc5dd --- /dev/null +++ b/reference/ssh2/functions/ssh2-disconnect.xml @@ -0,0 +1,71 @@ + + + + + + ssh2_disconnect + Close a connection to a remote SSH server + + + + &reftitle.description; + + boolssh2_disconnect + resourcesession + + + Close a connection to a remote SSH server. + + + + + &reftitle.parameters; + + + session + + + An SSH connection link identifier, obtained from a call to + ssh2_connect. + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.seealso; + + ssh2_connect + + + + + +