Skip to content

4112 - SSH Config

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

maml
{
  host: "staging"
  hostname: "2.250.186.56"
  user: "emily.zieme88"
  port: 2222
  identity_file: "~/.ssh/deploy_key"

  forward_agent: false
  server_alive_interval: 60
  compression: true
}

See Also