Example 14007
SSH Config
SSH client host configuration.
{
host: "production"
hostname: "146.104.116.222"
user: "fred18"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 30
compression: true
}
Example 14007
SSH client host configuration.
{
host: "production"
hostname: "146.104.116.222"
user: "fred18"
port: 22
identity_file: "~/.ssh/id_ed25519"
forward_agent: false
server_alive_interval: 30
compression: true
}