Example 9220
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "93.119.221.119"
user: "arnoldo_krajcik"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 9220
SSH client host configuration.
{
host: "staging"
hostname: "93.119.221.119"
user: "arnoldo_krajcik"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}