Example 13210
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "65.163.83.143"
user: "beverly_von40"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 13210
SSH client host configuration.
{
host: "bastion"
hostname: "65.163.83.143"
user: "beverly_von40"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}