Example 001

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "56.110.173.71"
user: "cristian.hilpert"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also