Example 8407

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "47.189.33.21"
user: "bernadette_denesik"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also