Example 7620
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "175.250.138.60"
user: "branson_bruen20"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 7620
SSH client host configuration.
{
host: "dev-server"
hostname: "175.250.138.60"
user: "branson_bruen20"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}