Example 13119
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "225.179.84.238"
user: "clay.breitenberg35"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 120
compression: true
}