Example 4708
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "98.236.69.186"
user: "tina.connelly35"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 4708
SSH client host configuration.
{
host: "staging"
hostname: "98.236.69.186"
user: "tina.connelly35"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}