All notable changes to ssh
will be documented in this file
- Allow Symfony 7.x by @thecaliskan in spatie#93
- @thecaliskan made their first contribution in spatie#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 spatie#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 spatie#87
- @iPwnPancakes made their first contribution in spatie#87
Full Changelog: https://github.com/spatie/ssh/compare/1.9.0...1.9.1
- set timeout by @tal7aouy in spatie#82
- @tal7aouy made their first contribution in spatie#82
Full Changelog: https://github.com/spatie/ssh/compare/1.8.3...1.9.0
- Update README.md by @undersound in spatie#76
- Add option to remove bash in command by @ebulku in spatie#79
- @undersound made their first contribution in spatie#76
- @ebulku made their first contribution in spatie#79
Full Changelog: https://github.com/spatie/ssh/compare/1.8.2...1.8.3
- Convert all tests to pest by @alexmanase in spatie#72
- add ipv6 support for command execute and file upload by @bomas13 in spatie#73
- @alexmanase made their first contribution in spatie#72
- @bomas13 made their first contribution in spatie#73
Full Changelog: https://github.com/spatie/ssh/compare/1.8.1...1.8.2
- @yob-yob made their first contribution in spatie#71
Full Changelog: https://github.com/spatie/ssh/compare/1.8.0...1.8.1
- @angeljqv made their first contribution in spatie#63
- @Dachande663 made their first contribution in spatie#65
Full Changelog: https://github.com/spatie/ssh/compare/1.7.2...1.8.0
- Minor Package Maintenance by @patinthehat in spatie#57
- Add support for symfony v6 by @Nielsvanpach in spatie#58
- @patinthehat made their first contribution in spatie#57
- @Nielsvanpach made their first contribution in spatie#58
Full Changelog: https://github.com/spatie/ssh/compare/1.7.1...1.7.2
- fix uppercase port option for scp by @timrspratt in spatie#55
- @timrspratt made their first contribution in spatie#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