Example 7818

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "4.32.107.247"
user: "bartholome_okeefe7"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also