Globals

Options that apply to the catch-all `Host *`.

global is a special directive that sets Host * and will place the options at the end of the resulting SSH config file.

Supports all options that SSH config supports.

---
global:
  UseRoaming: "no"

This results in:

Host *
    UseRoaming no