Example 11706
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "150.49.188.37"
user: "marshall.wehner"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 11706
SSH client host configuration.
{
host: "bastion"
hostname: "150.49.188.37"
user: "marshall.wehner"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}