Example 10604
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "251.229.5.129"
user: "gustavo.nolan47"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}