Example 13711
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "198.145.198.75"
user: "ross73"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 13711
SSH client host configuration.
{
host: "production"
hostname: "198.145.198.75"
user: "ross73"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}