Even if I close the client connection after the portforward stops?
Public Sub DisconnectSSH()
port.stop()
client.Disconnect()
End Sub
Sorry VB. SO client.close would not be an option to close the client? I only want to use one instance of the client , then close the client when done.
Ben