Example 17018

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "97.17.85.211"
user: "angelita49"
port: 2200
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also