Example 16203

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "118.9.80.28"
user: "lucas_schoen93"
port: 22
identity_file: "~/.ssh/id_ed25519"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also