From 70307c7cba6b4b6cf38ee4a77f5800b11df0c459 Mon Sep 17 00:00:00 2001 From: Ona Date: Fri, 26 Sep 2025 00:16:21 +0000 Subject: [PATCH] Document quoted include support in README - Add examples of quoted include paths - Explain relative path resolution behavior - Mention compatibility with tools like Gitpod Co-authored-by: Ona --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 89ab158..f329099 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,11 @@ kport supports the SSH `Include` directive, allowing you to organize your SSH co - **Glob patterns**: `Include ~/.ssh/config.d/*` - **Specific files**: `Include ~/.ssh/work-config` - **Relative paths**: `Include config.d/servers` +- **Quoted paths**: `Include "gitpod/config"` or `Include 'path with spaces/config'` - **Cycle detection**: Prevents infinite loops from circular includes +Relative paths in includes are resolved relative to `~/.ssh/` directory, matching OpenSSH behavior. + ## Authentication The application supports: