Example 5710

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "28.190.130.53"
user: "richard_kuvalis"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also