Example 8214

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "10.241.247.191"
user: "carl17"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also