Example 4717
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "46.82.33.77"
user: "giuseppe21"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 120
compression: true
}
Example 4717
SSH client host configuration.
{
host: "staging"
hostname: "46.82.33.77"
user: "giuseppe21"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 120
compression: true
}