Example 16101

SSH Config

SSH client host configuration.

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

forward_agent: false
server_alive_interval: 60
compression: true
}

See also