Example 14419
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "64.96.203.164"
user: "terry_rowe"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 14419
SSH client host configuration.
{
host: "staging"
hostname: "64.96.203.164"
user: "terry_rowe"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}