Skip to content

3912 - SSH Config

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

maml
{
  host: "dev-server"
  hostname: "3.139.64.162"
  user: "jazmyne47"
  port: 2222
  identity_file: "~/.ssh/id_rsa"

  forward_agent: true
  server_alive_interval: 120
  compression: true
}

See Also