Skip to content

feat(ssh-remote): improve connection dialog search and SSH config parsing#1409

Merged
bobleer merged 1 commit into
GCWing:mainfrom
bobleer:feat/ssh-connection-dialog-search-and-config-parse
Jul 3, 2026
Merged

feat(ssh-remote): improve connection dialog search and SSH config parsing#1409
bobleer merged 1 commit into
GCWing:mainfrom
bobleer:feat/ssh-connection-dialog-search-and-config-parse

Conversation

@bobleer

@bobleer bobleer commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add search inputs for saved SSH connections and SSH config hosts in the connection dialog, with deduplicated config host filtering preserved.
  • Polish saved-list layout: section headers, scrollable list with hidden scrollbar, and simplified item styling.
  • Fix manual SSH config fallback parsing to correctly handle double-quoted directive values (e.g. IdentityFile "~/.ssh/my key").

Test plan

  • pnpm run type-check:web
  • cargo check -p bitfun-services-integrations
  • Open SSH connection dialog with multiple saved connections and verify search filters by name/host/username
  • Verify SSH config hosts section hides entries already saved and supports search
  • Verify manual SSH config fallback parses quoted IdentityFile, HostName, User, and Port values correctly

…sing

Add search filters for saved connections and SSH config hosts, polish the
saved-list layout, and correctly parse quoted values in manual SSH config fallback.
@bobleer bobleer merged commit 9e395f2 into GCWing:main Jul 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant