Example 15813

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "62.26.87.59"
user: "mabel.heathcote46"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also