Example 5209

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "216.189.118.126"
user: "christy.hermiston"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also