Example 9805
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "115.184.151.143"
user: "dixie.lynch46"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 120
compression: true
}