Example 9313
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "175.223.205.193"
user: "kyle21"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 9313
SSH client host configuration.
{
host: "production"
hostname: "175.223.205.193"
user: "kyle21"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: true
server_alive_interval: 60
compression: true
}