Example 6504

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "35.252.161.214"
user: "krista_kautzer81"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also