Files
bitburner-src/markdown/bitburner.ns.brutessh.md
T

40 lines
738 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [brutessh](./bitburner.ns.brutessh.md)
## NS.brutessh() method
Runs BruteSSH.exe on a server.
**Signature:**
```typescript
brutessh(host: string): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | string | Hostname/IP of the target server. |
**Returns:**
boolean
True if the player runs the program successfully, and false otherwise.
## Remarks
RAM cost: 0.05 GB
Runs the BruteSSH.exe program on the target server. BruteSSH.exe must exist on your home computer.
## Example
```js
ns.brutessh("foodnstuff");
```