Example 3410
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "203.24.215.191"
user: "charlie.bechtelar"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}