Skip to content

1303 - SSH Config

SSH client host configuration. This is an example of a MAML document.

maml
{
  host: "staging"
  hostname: "35.250.1.181"
  user: "beulah.mccullough39"
  port: 2222
  identity_file: "~/.ssh/id_rsa"

  forward_agent: false
  server_alive_interval: 60
  compression: true
}

See Also