Example 12006
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "104.171.48.103"
user: "vinnie95"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 12006
SSH client host configuration.
{
host: "bastion"
hostname: "104.171.48.103"
user: "vinnie95"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}