Example 9407

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "113.31.156.249"
user: "shanel_vonrueden"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also