Example 13420

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "95.91.153.54"
user: "charlene47"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also