Skip to content

Conversation

@AlephNotation
Copy link
Contributor

we vendor the ssh client so that it can work on windows machines

// Use Bubble Tea ExecProcess to release the terminal during SSH
cmd := sshutil.SSHCommand(sshHost, sshPort, info.KeyPath)
return tea.ExecProcess(cmd, func(err error) tea.Msg {
// Use native SSH client via Bubble Tea Exec
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why we wrap the SSH in an ExecProcess? but I think the "use native SSH client" part of the comment is out of date.

@shofetim shofetim merged commit 5d294bc into main Dec 11, 2025
6 checks passed
@shofetim shofetim deleted the ty/vendor-ssh branch December 11, 2025 17:51
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.

3 participants