Skip to content

Conversation

@MichaelKoster70
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR conditionally adds the -4 option to SSH commands based on the ForceIPv4 setting, rather than always including it. The changes ensure that IPv4 is only forced when explicitly configured by the user.

  • Exposes ForceIPv4 property in SecureShellKeySetupSettings for use in SSH command construction
  • Updates SSH command argument formatting to conditionally include the -4 flag
  • Removes hardcoded -4 option from SSH key scan and connection commands

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
SecureShellPassphraseDialog.xaml Removes content (file appears to be cleared or deleted)
SecureShellKeySetupSettings.cs Adds public property to expose the ForceIPv4 setting
SecureShellKeySetupService.cs Updates SSH command construction to conditionally include -4 flag based on ForceIPv4 setting
PackageConstants.cs Modifies SSH argument format strings to support optional -4 flag parameter

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI commented Dec 30, 2025

@MichaelKoster70 I've opened a new pull request, #96, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Add clarifying comments for SSH format string spacing

Co-authored-by: MichaelKoster70 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: MichaelKoster70 <[email protected]>
@MichaelKoster70 MichaelKoster70 merged commit 2daa53b into main Dec 30, 2025
5 checks passed
@MichaelKoster70 MichaelKoster70 deleted the feature/setup-ssh-ipv4 branch December 30, 2025 22:59
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.

2 participants