Experimental native SSH support via swift-nio-ssh#753
Conversation
|
@EkkoG can you explain a bit the vision using |
|
The main goal is to move SSH from an external Compared with the CLI-based approach, this gives us direct control over authentication, session lifecycle, and pane It also gives us a better foundation for follow-up flows that are awkward with an external That said, this PR is intentionally experimental. It does not assume that So the short-term goal is to validate whether this approach is a better fit for Muxy’s remote-project workflow. |
|
@EkkoG For this experimental feature we can ship ssh cli and swift-nio-ssh at the same time and default to ssh cli in the settings |
|
@saeedvaziry Sounds good to me. This approach is definitely better. |
Summary
Experimental change replacing ssh-cli with swift-nio-ssh for password login support and more controllable SSH connection management.
Changes
Testing
Screenshots