Example 3402

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "86.175.241.96"
user: "marie_murphy"
port: 2200
identity_file: "~/.ssh/deploy_key"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also