Example 8707
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "237.125.6.214"
user: "tiffany44"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 8707
SSH client host configuration.
{
host: "production"
hostname: "237.125.6.214"
user: "tiffany44"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 60
compression: true
}