Example 3706

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "137.195.212.144"
user: "tom.zboncak"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also