Example 10613

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "56.232.208.59"
user: "molly.williamson"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also