Example 6002

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "130.134.4.244"
user: "carlos94"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also