Example 7707
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "226.160.210.48"
user: "mylene_hickle93"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}