Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password authentication support for SSH #103

Merged
merged 10 commits into from
Dec 23, 2024
Merged

Conversation

shaunluedeke
Copy link
Contributor

@shaunluedeke shaunluedeke commented Sep 10, 2024

Introduce optional password support in the Ssh class through the constructor and a new usePassword method. Updated README to document these changes and added relevant test cases.
#100

Introduced a password parameter to the Ssh class constructor to enable login with a password. Modified related methods to include the password in the SSH and SCP commands. Added a test case to verify password login functionality and updated snapshots accordingly.
Introduce optional password support in the Ssh class through the constructor and a new usePassword method. Updated README to document these changes and added relevant test cases.
Changed the package name in composer.json from spatie/ssh to shaunluedeke/ssh. This update is necessary to reflect the new ownership or namespace of the package. All other metadata remains unchanged.
composer.json Outdated Show resolved Hide resolved
tests/SshTest.php Show resolved Hide resolved
@freekmurze freekmurze merged commit dd80b7e into spatie:main Dec 23, 2024
8 checks passed
@freekmurze
Copy link
Member

Thank you!

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