Example 12912

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "52.152.174.188"
user: "cruz.koepp"
port: 2200
identity_file: "~/.ssh/id_ed25519"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also