Example 5306
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "9.53.59.148"
user: "raul.jakubowski29"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}