Skip to content

219 - SSH Config

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

maml
{
  host: "production"
  hostname: "36.96.174.45"
  user: "marco_dickens63"
  port: 2222
  identity_file: "~/.ssh/id_ed25519"

  forward_agent: false
  server_alive_interval: 30
  compression: true
}

See Also