Example 11605

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "130.30.143.57"
user: "alberto_hauck16"
port: 22
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also