Example 6905

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "24.137.99.117"
user: "brendan.oreilly40"
port: 2200
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also