Example 10710

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "251.106.133.60"
user: "danyka_feil81"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also