Example 4112
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "2.250.186.56"
user: "emily.zieme88"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 4112
SSH client host configuration.
{
host: "staging"
hostname: "2.250.186.56"
user: "emily.zieme88"
port: 2222
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 60
compression: true
}