Example 11705
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "158.141.178.108"
user: "peter.schinner22"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 60
compression: true
}