Example 15510
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "216.8.42.114"
user: "nadine67"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 15510
SSH client host configuration.
{
host: "production"
hostname: "216.8.42.114"
user: "nadine67"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}