Example 6819

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "220.163.119.23"
user: "reuben.huels77"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also