Example 5601
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "0.4.33.69"
user: "percy_okon"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 5601
SSH client host configuration.
{
host: "production"
hostname: "0.4.33.69"
user: "percy_okon"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 60
compression: true
}