Skip to content

3010 - SSH Config

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

maml
{
  host: "production"
  hostname: "174.79.123.48"
  user: "michael69"
  port: 22
  identity_file: "~/.ssh/deploy_key"

  forward_agent: true
  server_alive_interval: 120
  compression: true
}

See Also