Example 9812
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "199.232.160.106"
user: "hubert.dach10"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}