Example 15402
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "187.154.48.172"
user: "precious25"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 15402
SSH client host configuration.
{
host: "bastion"
hostname: "187.154.48.172"
user: "precious25"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 30
compression: true
}