Example 9613
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "64.118.168.198"
user: "stanley31"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}
Example 9613
SSH client host configuration.
{
host: "dev-server"
hostname: "64.118.168.198"
user: "stanley31"
port: 2222
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 30
compression: true
}