Example 13307

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "44.82.44.88"
user: "garrett.wiegand74"
port: 22
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 120
compression: true
}

See also