Example 4405
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "79.90.250.252"
user: "sandy_bashirian"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 120
compression: true
}
Example 4405
SSH client host configuration.
{
host: "dev-server"
hostname: "79.90.250.252"
user: "sandy_bashirian"
port: 22
identity_file: "~/.ssh/id_rsa"
forward_agent: false
server_alive_interval: 120
compression: true
}