Example 1804

SSH Config

SSH client host configuration.

{
host: "bastion"
hostname: "255.195.78.105"
user: "dayna.ward3"
port: 22
identity_file: "~/.ssh/id_ed25519"

forward_agent: false
server_alive_interval: 60
compression: true
}

See also