Example 6418
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "155.253.137.98"
user: "oscar_lehner"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 60
compression: true
}
Example 6418
SSH client host configuration.
{
host: "staging"
hostname: "155.253.137.98"
user: "oscar_lehner"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 60
compression: true
}