Example 14318
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "29.86.180.165"
user: "alysa67"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 14318
SSH client host configuration.
{
host: "dev-server"
hostname: "29.86.180.165"
user: "alysa67"
port: 2222
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 60
compression: true
}