Example 10419

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "100.132.11.52"
user: "adriel76"
port: 22
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also