Example 5303
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "171.108.35.47"
user: "stuart47"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}
Example 5303
SSH client host configuration.
{
host: "dev-server"
hostname: "171.108.35.47"
user: "stuart47"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}