Example 11510
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "108.56.80.221"
user: "archibald_rutherford"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}