Skip to content

fix(lume): SSH port detection not working in lume ls - #835

Merged
f-trycua merged 2 commits into
mainfrom
f-trycua/ssh-detection-fix
Jan 18, 2026
Merged

fix(lume): SSH port detection not working in lume ls#835
f-trycua merged 2 commits into
mainfrom
f-trycua/ssh-detection-fix

Conversation

@f-trycua

Copy link
Copy Markdown
Collaborator

Summary

Fixes SSH availability detection in lume ls output. The issue was that nc -G (TCP connection timeout) doesn't work reliably with VM networking on macOS, but -w (overall timeout) does.

Before: lume ls shows no for SSH even when SSH is working
After: lume ls correctly shows SSH availability

Testing

Verified manually:

  • nc -z -G 2 <vm-ip> 22 → fails with "Operation timed out"
  • nc -z -w 2 <vm-ip> 22 → succeeds with "Connection succeeded!"

The -G flag (TCP connection timeout) doesn't work reliably with VM
networking on macOS. Using -w (overall timeout) fixes SSH detection
in lume ls output.
@vercel

vercel Bot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 18, 2026 3:21am

Request Review

@f-trycua
f-trycua merged commit cfca0d0 into main Jan 18, 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