Example 13902

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "161.102.27.15"
user: "luz.feil57"
port: 22
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also