Example 002
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "150.222.53.216"
user: "clint.ryan"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 002
SSH client host configuration.
{
host: "staging"
hostname: "150.222.53.216"
user: "clint.ryan"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}