Example 11809

SSH Config

SSH client host configuration.

{
host: "dev-server"
hostname: "109.220.229.111"
user: "amara.strosin46"
port: 2222
identity_file: "~/.ssh/id_rsa"

forward_agent: false
server_alive_interval: 30
compression: true
}

See also