Example 13003

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "34.135.0.37"
user: "tyrone_bernier"
port: 2222
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also