Example 16803

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "100.191.104.229"
user: "terrence_auer35"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also