Example 4006
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "210.82.245.37"
user: "mabel_mertz"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 120
compression: true
}
Example 4006
SSH client host configuration.
{
host: "staging"
hostname: "210.82.245.37"
user: "mabel_mertz"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 120
compression: true
}