Example 8713

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "179.146.231.190"
user: "jill46"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also