Skip to content

3410 - SSH Config

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

maml
{
  host: "dev-server"
  hostname: "203.24.215.191"
  user: "charlie.bechtelar"
  port: 2200
  identity_file: "~/.ssh/deploy_key"

  forward_agent: true
  server_alive_interval: 30
  compression: true
}

See Also