Example 8312
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "95.162.16.73"
user: "russell.quigley"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}