Example 11301

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "118.42.91.184"
user: "elisa70"
port: 22
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also