Example 4011

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "18.74.251.74"
user: "kathryn3"
port: 22
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also