Example 9706

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "91.84.101.27"
user: "teri19"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also