All notable changes to ssh
will be documented in this file
- Add password authentication support for SSH by @shaunluedeke in #103
- @shaunluedeke made their first contribution in #103
Full Changelog: https://github.com/spatie/ssh/compare/1.12.0...1.13.0
- Add support for PHP 8.4 by @lyrixx in #106
- @lyrixx made their first contribution in #106
Full Changelog: https://github.com/spatie/ssh/compare/1.11.0...1.12.0
- Add support for PHP 8.4
- Update Ssh.php by @leevigraham in #104
- @leevigraham made their first contribution in #104
Full Changelog: https://github.com/spatie/ssh/compare/1.10.1...1.11.0
- Allow SSH connection without user by @pyrech in #98
- @pyrech made their first contribution in #98
Full Changelog: https://github.com/spatie/ssh/compare/1.10.0...1.10.1
- Allow Symfony 7.x by @thecaliskan in #93
- @thecaliskan made their first contribution in #93
Full Changelog: https://github.com/spatie/ssh/compare/1.9.2...1.10.0
- Fix: Setting timeout causes scp commands to fail by @iPwnPancakes in #89
Full Changelog: https://github.com/spatie/ssh/compare/1.9.1...1.9.2
- Fix: Setting timeout created invalid SSH command by @iPwnPancakes in #87
- @iPwnPancakes made their first contribution in #87
Full Changelog: https://github.com/spatie/ssh/compare/1.9.0...1.9.1
- set timeout by @tal7aouy in #82
- @tal7aouy made their first contribution in #82
Full Changelog: https://github.com/spatie/ssh/compare/1.8.3...1.9.0
Full Changelog: https://github.com/spatie/ssh/compare/1.8.2...1.8.3
- Convert all tests to pest by @alexmanase in #72
- add ipv6 support for command execute and file upload by @bomas13 in #73
Full Changelog: https://github.com/spatie/ssh/compare/1.8.1...1.8.2
- @yob-yob made their first contribution in #71
Full Changelog: https://github.com/spatie/ssh/compare/1.8.0...1.8.1
Full Changelog: https://github.com/spatie/ssh/compare/1.7.2...1.8.0
- @patinthehat made their first contribution in #57
- @Nielsvanpach made their first contribution in #58
Full Changelog: https://github.com/spatie/ssh/compare/1.7.1...1.7.2
- fix uppercase port option for scp by @timrspratt in #55
- @timrspratt made their first contribution in #55
Full Changelog: https://github.com/spatie/ssh/compare/1.7.0...1.7.1
- add ability to disable/enable password authentication (#42)
- add quiet mode option (#40)
- add support for PHP 8
- add
executeAsync
- add
onOutput
- add
upload
,download
andconfigureProcess
methods
- allow 0 as a valid port number
- for security reasons, the host key checking is now enabled by default
- add
enableStrictHostKeyChecking
- initial release