Example 801
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "97.119.10.163"
user: "irene52"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 801
SSH client host configuration.
{
host: "staging"
hostname: "97.119.10.163"
user: "irene52"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}