Disconnects from the a machine using the current client.
Future<SSHClient> disconnect() async { _client!.close(); return _client!; }