Example 9015

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "166.31.153.116"
user: "vida_koss"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also