> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.krkn.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# SSH

# ssh

SSH operations.

***

## Usage

```text theme={null}
r4t ssh [flags]
```

> **Status**: Base command registered. Subcommands are not yet implemented.

SSH support is planned for authentication testing and remote command execution. When implemented, it will use the global authentication flags (`--username`, `--password`, `--key`) against targets on port 22.

Password spraying over SSH is already available via [`spray ssh`](./spray).
