Release v0.5.31 - #143
Merged
Merged
Conversation
Stable release including: - SSH custom port support for remote targets - Fixed screen multiuser attach using sudo approach - Resolved "seteuid: Operation not permitted" errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.5.31
Stable release with SSH port support and screen attach fixes.
Features Added
SSH Custom Port Support (#140, #141)
ssh_portconfiguration field to TargetConfig (defaults to 22)-pflagBugs Fixed
Screen Multiuser Attach (#142)
screen -x nexus/sessiontosudo -u nexus screen -r sessionChanges
Modified Files:
src/nexus/cli/config.py- Added ssh_port fieldsrc/nexus/cli/setup.py- Added SSH port prompt and connection testingsrc/nexus/cli/tunnel_manager.py- Updated tunnel creation with port flagsrc/nexus/cli/jobs.py- Fixed remote attach using sudo approachsrc/nexus/server/core/job.py- Improved screenrc with multiuser ACLsBreaking Changes
None - backward compatible with existing configurations.
Upgrade Instructions
Server:
Client:
Testing
🤖 Generated with Claude Code