Example 3312

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "245.70.34.87"
user: "kianna.witting4"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also