Example 15213
SSH Config
SSH client host configuration.
{
host: "staging"
hostname: "123.228.7.19"
user: "luella_wolff"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}
Example 15213
SSH client host configuration.
{
host: "staging"
hostname: "123.228.7.19"
user: "luella_wolff"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 120
compression: true
}