Example 2704
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "14.71.7.208"
user: "tyreek16"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 2704
SSH client host configuration.
{
host: "staging"
hostname: "14.71.7.208"
user: "tyreek16"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}