Example 16318
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "61.123.127.216"
user: "shannon53"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 16318
SSH client host configuration.
{
host: "bastion"
hostname: "61.123.127.216"
user: "shannon53"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 120
compression: true
}