Example 2913
SSH Config
SSH client host configuration.
{
host: "bastion"
hostname: "203.248.173.47"
user: "angela.weimann"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 2913
SSH client host configuration.
{
host: "bastion"
hostname: "203.248.173.47"
user: "angela.weimann"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: false
server_alive_interval: 30
compression: true
}