Example 6006

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "192.71.230.169"
user: "xavier_emard38"
port: 2222
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also