Example 3005

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "177.199.48.173"
user: "maryse_reinger4"
port: 2200
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also