static Future<SSHSocket> connect( String host, int port, { Duration? timeout, }) async { return await connectNativeSocket(host, port, timeout: timeout); }