Example 2418
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "80.242.98.106"
user: "preston.konopelski20"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}