Example 10314

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "178.21.25.45"
user: "zella_ritchie43"
port: 22
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also