Skip to content

fix two small bugs related to ssh key auth#79

Merged
ClProsser merged 3 commits intomainfrom
bugfixes
Jul 17, 2025
Merged

fix two small bugs related to ssh key auth#79
ClProsser merged 3 commits intomainfrom
bugfixes

Conversation

@ashiven
Copy link

@ashiven ashiven commented Jul 16, 2025

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix

What is the current behavior? (You can also link to an open issue here)
Currently, ssh-copy-id may fail when the .ssh config directory has not been created in the users home directory.
Also, scanning a config that has been scanned before fails because ssh pw auth has been disabled and the config scan tries to execute a command on the worker using ssh pw auth

What is the new behavior (if this is a feature change)? If possible add a screenshot.
Now these two bugs have been fixed

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No

Signed-off-by: ashiven <nevisha@pm.me>
@ashiven ashiven self-assigned this Jul 16, 2025
@ashiven ashiven requested a review from ClProsser July 16, 2025 17:15
ashiven added 2 commits July 16, 2025 19:22
Signed-off-by: ashiven <nevisha@pm.me>
Signed-off-by: ashiven <nevisha@pm.me>
@ClProsser ClProsser merged commit 356ed78 into main Jul 17, 2025
14 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.

2 participants