Example 9511

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "134.110.237.191"
user: "friedrich_heaney-wyman"
port: 22
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also