Example 9915
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "135.213.39.154"
user: "lambert3"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 60
compression: true
}
Example 9915
SSH client host configuration.
{
host: "production"
hostname: "135.213.39.154"
user: "lambert3"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 60
compression: true
}