Example 11417

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "118.26.229.97"
user: "jazmyne.gusikowski"
port: 2200
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also