# File lib/sshkit/command.rb, line 151
    def environment_hash
      (SSHKit.config.default_env || {}).merge(options[:env] || {})
    end