diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index 237c307731..567f875f08 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -170,6 +170,10 @@ module Homebrew "Automatically set if the system version of `git` is too old.", boolean: true, }, + HOMEBREW_FORCE_BREWED_SSH: { + description: "If set, always use a Homebrew-installed `ssh`(1) rather than the system version. ", + boolean: true, + }, HOMEBREW_FORCE_VENDOR_RUBY: { description: "If set, always use Homebrew's vendored, relocatable Ruby version even if the system version " \ "of Ruby is new enough.", @@ -320,6 +324,10 @@ module Homebrew "`git` repos over `ssh`.", default_text: "`$HOME/.ssh/config`", }, + HOMEBREW_SSH_PATH: { + description: "Set this value to a new enough `ssh` executable for Homebrew to use.", + default_text: "ssh", + }, HOMEBREW_SKIP_OR_LATER_BOTTLES: { description: "If set along with `HOMEBREW_DEVELOPER`, do not use bottles from older versions " \ "of macOS. This is useful in development on new macOS versions.",