Example 15603
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "23.221.130.134"
user: "brandyn82"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 15603
SSH client host configuration.
{
host: "dev-server"
hostname: "23.221.130.134"
user: "brandyn82"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 30
compression: true
}