Example 3914

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "35.114.1.189"
user: "milan_zboncak"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also