Example 11307
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "227.254.37.253"
user: "annette_schiller"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}