Example 6709
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "234.13.73.210"
user: "valerie_kilback"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 120
compression: true
}