Example 2411
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "46.241.251.232"
user: "ladarius.bahringer41"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}