Example 714

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "19.37.53.237"
user: "cedric17"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also