Example 5414

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "145.37.187.68"
user: "kaylee.hansen"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also