Example 14515

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "170.30.80.239"
user: "sim.herman"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also