Cloae an SSH connection.
number = ssh.close(conn)
ParameterDescription conn Server connection object to be closed.
Always returns zero.
None
The following example demonstrates how to close a host connection. ssh.close(conn);
The following example demonstrates how to close a host connection.
ssh.close(conn);