Skip to content

820 - SSH Config

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

maml
{
  host: "production"
  hostname: "94.100.206.236"
  user: "ibrahim_deckow"
  port: 2200
  identity_file: "~/.ssh/deploy_key"

  forward_agent: false
  server_alive_interval: 120
  compression: true
}

See Also