Example 14414

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "254.99.42.151"
user: "georgette0"
port: 2222
identity_file: "~/.ssh/deploy_key"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also