Example 3602

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "78.221.245.117"
user: "darnell20"
port: 2200
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also