Example 12719

SSH Config

SSH client host configuration.

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

forward_agent: true
server_alive_interval: 60
compression: true
}

See also