Example 2510

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "138.82.245.123"
user: "elwyn32"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also