Example 5410
SSH Config
SSH client host configuration.
{
host: "dev-server"
hostname: "189.224.202.2"
user: "don_ferry"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}
Example 5410
SSH client host configuration.
{
host: "dev-server"
hostname: "189.224.202.2"
user: "don_ferry"
port: 22
identity_file: "~/.ssh/deploy_key"
forward_agent: true
server_alive_interval: 120
compression: true
}