Example 6207
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "101.52.246.194"
user: "joe74"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 6207
SSH client host configuration.
{
host: "bastion"
hostname: "101.52.246.194"
user: "joe74"
port: 2200
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}