Example 16118

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "203.53.54.50"
user: "ludwig45"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also