Example 16209
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "202.102.96.237"
user: "fabian.mclaughlin19"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}