Example 6605

SSH Config

SSH client host configuration.

{
host: "production"
hostname: "85.163.253.49"
user: "lynette.bashirian69"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also