Example 2901
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "160.120.1.33"
user: "lula_cassin"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 2901
SSH client host configuration.
{
host: "bastion"
hostname: "160.120.1.33"
user: "lula_cassin"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}