Example 1918

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "179.85.246.236"
user: "veda90"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also