Example 5114

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "23.163.124.24"
user: "tracey.goyette"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also