Example 1712
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "183.98.55.242"
user: "mariana_volkman"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}