Example 12512

SSH Config

SSH client host configuration.

{
host: "staging"
hostname: "29.189.121.184"
user: "al.strosin-shanahan57"
port: 22
identity_file: "~/.ssh/id_ed25519"

forward_agent: true
server_alive_interval: 120
compression: true
}

See also