Skip to main content

SSH Config Builder

v1.0.0

Visual ~/.ssh/config builder — Host, Hostname, User, IdentityFile, ProxyJump, Match.

~/.ssh/config Entry
Host myserver
  HostName 203.0.113.10
  User ubuntu
  IdentityFile ~/.ssh/id_ed25519
  ServerAliveInterval 60
  ServerAliveCountMax 3
  StrictHostKeyChecking accept-new
  Compression yes

# Usage: ssh myserver