Example 1106

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "59.170.170.249"
user: "kenny.balistreri"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also