Example 703
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "82.243.69.133"
user: "bernard.howe"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 703
SSH client host configuration.
{
host: "bastion"
hostname: "82.243.69.133"
user: "bernard.howe"
port: 2200
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}