Example 7316
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "44.194.207.8"
user: "herman73"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 7316
SSH client host configuration.
{
host: "dev-server"
hostname: "44.194.207.8"
user: "herman73"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 60
compression: true
}