Example 11211
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "12.211.17.173"
user: "magali43"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 11211
SSH client host configuration.
{
host: "bastion"
hostname: "12.211.17.173"
user: "magali43"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}