Skip to content

Commit 382a00f

Browse files
tianzhouclaude
andcommitted
docs(ssh): fix remaining Hostname->HostName casing in ProxyJump note
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent dbf114b commit 382a00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config/command-line.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ npx @bytebase/dbhub@latest --dsn "..." \
335335
<Note>
336336
- `--ssh-key` / `SSH_KEY` accepts either a file path or a base64-encoded private key. DBHub automatically detects the format: it first tries to read the value as a file path, and if that fails, decodes it as base64.
337337
- When `--ssh-host` is a plain alias (no dots, not an IP address), DBHub automatically resolves it from `~/.ssh/config`, reading the `HostName`, `User`, `IdentityFile`, and `ProxyJump` directives. Explicit flags always override values from the config file.
338-
- `ProxyJump` hops that are themselves `~/.ssh/config` aliases are resolved recursively — each hop uses its own `Hostname`/`User`/`Port`/`IdentityFile` (and its own nested `ProxyJump`), matching how `ssh` connects. Cyclic `ProxyJump` chains are rejected with an error.
338+
- `ProxyJump` hops that are themselves `~/.ssh/config` aliases are resolved recursively — each hop uses its own `HostName`/`User`/`Port`/`IdentityFile` (and its own nested `ProxyJump`), matching how `ssh` connects. Cyclic `ProxyJump` chains are rejected with an error.
339339
- ProxyCommand is not supported (requires shell execution). Use ProxyJump instead.
340340
- Path expansion for `~/` is supported in file paths.
341341
</Note>

0 commit comments

Comments
 (0)