Example 3511
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "47.12.226.141"
user: "shane.oreilly"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 3511
SSH client host configuration.
{
host: "bastion"
hostname: "47.12.226.141"
user: "shane.oreilly"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}