Example 3216
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "105.129.101.154"
user: "alexandrea50"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}