Example 12704
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "149.47.17.47"
user: "javier.lindgren"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 12704
SSH client host configuration.
{
host: "staging"
hostname: "149.47.17.47"
user: "javier.lindgren"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}