Example 7011

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "164.89.4.113"
user: "kiana.rowe"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also