Example 13505
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "22.194.104.185"
user: "louie_ullrich76"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}