Example 8605
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "0.34.95.115"
user: "amelia.wilkinson"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 8605
SSH client host configuration.
{
host: "staging"
hostname: "0.34.95.115"
user: "amelia.wilkinson"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 30
compression: true
}