~/.ssh/config power user features: ProxyJump, ControlMaster, IdentitiesOnly, and a starter file
Most people use ~/.ssh/config as a glorified shortcut file: Host server with a HostName and a User, save five seconds of typing. That’s the entry point, and it’s fine. But the file is a much more powerful configuration system …