Skip to content

117 - SSH Config

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

maml
{
  host: "bastion"
  hostname: "181.10.245.209"
  user: "elbert_schowalter16"
  port: 2200
  identity_file: "~/.ssh/id_ed25519"

  forward_agent: true
  server_alive_interval: 60
  compression: true
}

See Also