Example 14618
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "231.170.90.222"
user: "dena_kertzmann82"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 14618
SSH client host configuration.
{
host: "staging"
hostname: "231.170.90.222"
user: "dena_kertzmann82"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}