Example 8302
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "28.89.134.38"
user: "kathryn.langworth88"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}