Example 13217

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "197.16.199.122"
user: "dixie.ratke17"
port: 2200
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also