AltraTools
🔐

SSH Config Generator

Generate ~/.ssh/config entries for easy server access

SSH Hosts

Host #1

Quick Start

  1. Generate your config above
  2. Copy and append to ~/.ssh/config
  3. Connect using ssh alias

Tip: Use ProxyJump to connect through bastion hosts securely.

SSH Config Generator

Generate SSH config file entries to simplify server connections. Instead of typing long ssh commands, just use aliases like `ssh prod`.

Supported Options

  • Custom ports and usernames
  • Identity file (private key) paths
  • ProxyJump for bastion/jump hosts
  • Port forwarding (local and remote)
  • Keep-alive intervals
  • Agent forwarding and compression

Usage

Copy the generated config to ~/.ssh/config, then connect using just `ssh alias` instead of the full command.