Example 8816

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "223.69.164.253"
user: "beulah_stroman"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also