Example 1009
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "53.24.8.4"
user: "emory_wolf79"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 1009
SSH client host configuration.
{
host: "bastion"
hostname: "53.24.8.4"
user: "emory_wolf79"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}