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