Example 214
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "132.240.181.146"
user: "abner.leannon65"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}