roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Set SendEnv conditionally #1463

Closed clintonb closed 1 year ago

clintonb commented 1 year ago

Empty values break Git+SSH. If ssh_send_env is empty, SendEnv should not be set in SSH config.

This is especially needed for Ubuntu 22.04 (#1392)

swalkinshaw commented 1 year ago

Thank you!