Example 9110
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "96.136.38.226"
user: "camille69"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 9110
SSH client host configuration.
{
host: "dev-server"
hostname: "96.136.38.226"
user: "camille69"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}