Example 2008
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "252.111.110.93"
user: "kristy43"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 2008
SSH client host configuration.
{
host: "dev-server"
hostname: "252.111.110.93"
user: "kristy43"
port: 2200
identity_file: "~/.ssh/id_ed25519"
forward_agent: true
server_alive_interval: 120
compression: true
}