Skip to content

Commit 3c375af

Browse files
authored
Fix host-keys examples
1 parent 0033063 commit 3c375af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ General settings configure the `sshmux` service. They are top-level settings in
2828

2929
SSH settings configure the integrated SSH server in `sshmux`. They are grouped under `ssh` in the TOML file.
3030

31-
| Key | Type | Description | Required | Example |
32-
| ----------- | ---------- | ------------------------------------------------------------------ | -------- | ---------------------- |
33-
| `banner` | `string` | SSH banner to send to downstream. | No | `"Welcome to Vlab\n"` |
34-
| `host-keys` | `[]SSHKey` | Paths to SSH host key files with which `sshmux` identifies itself. | Yes | See [below](#ssh-keys) |
35-
36-
SSH keys can be designated as file path, base64-encoded string or raw string, see the [examples](fixtures/config.toml).
31+
| Key | Type | Description | Required | Example |
32+
| ----------- | ---------- | ------------------------------------------------------------------ | -------- | -------------------------------------------------- |
33+
| `banner` | `string` | SSH banner to send to downstream. | No | `"Welcome to Vlab\n"` |
34+
| `host-keys` | `[]SSHKey` | Paths to SSH host key files with which `sshmux` identifies itself. | Yes | See [`fixtures/config.toml`](fixtures/config.toml) |
3735

3836
### Auth Settings
3937

0 commit comments

Comments
 (0)