Example 5505

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "18.242.218.244"
user: "lemuel8"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also