Example 1303
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "35.250.1.181"
user: "beulah.mccullough39"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}