Skip to content

1106 - SSH Config

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

maml
{
  host: "production"
  hostname: "59.170.170.249"
  user: "kenny.balistreri"
  port: 2222
  identity_file: "~/.ssh/deploy_key"

  forward_agent: false
  server_alive_interval: 60
  compression: true
}

See Also