Example 3306
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "251.128.1.41"
user: "mariela_heathcote"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 120
compression: true
}