Skip to content

2915 - SSH Config

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

maml
{
  host: "production"
  hostname: "145.115.247.249"
  user: "alec.vonrueden"
  port: 2200
  identity_file: "~/.ssh/id_rsa"

  forward_agent: true
  server_alive_interval: 120
  compression: true
}

See Also