Skip to content

001 - SSH Config

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

maml
{
  host: "production"
  hostname: "56.110.173.71"
  user: "cristian.hilpert"
  port: 2222
  identity_file: "~/.ssh/deploy_key"

  forward_agent: false
  server_alive_interval: 60
  compression: true
}

See Also