Example 6312
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "224.46.192.15"
user: "kari_ondricka78"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 60
compression: true
}