Example 11507

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "133.179.204.82"
user: "miranda_roob58"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also