Example 1115

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "216.250.7.203"
user: "kade_reichel68"
port: 2200
identity_file: "~/.ssh/id_rsa"

forward_agent: true
server_alive_interval: 30
compression: true
}

See also