Example 16514

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "245.224.179.98"
user: "wayne_considine75"
port: 2200
identity_file: "~/.ssh/id_ed25519"

forward_agent: true
server_alive_interval: 60
compression: true
}

See also