Example 13506
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "89.216.30.30"
user: "craig80"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 13506
SSH client host configuration.
{
host: "bastion"
hostname: "89.216.30.30"
user: "craig80"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 60
compression: true
}