Example 9107
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "242.17.78.35"
user: "billy48"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 9107
SSH client host configuration.
{
host: "bastion"
hostname: "242.17.78.35"
user: "billy48"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 30
compression: true
}