SSH Config Generator
Generate ~/.ssh/config entries for multiple SSH hosts
Add New Host
SSH Config Output
Add SSH hosts using the form to generate your config file
SSH Config Generator
Generate ~/.ssh/config entries for multiple SSH hosts
Features
- Build `~/.ssh/config` entries with Host alias, HostName, User, Port, IdentityFile, ForwardAgent, ProxyJump
- Common patterns: production server, dev server, bastion + jump, GitHub deployment key
- 4-space-indented output matching standard OpenSSH config style
- Multiple Host blocks supported — copy the output into your `~/.ssh/config`
- Runs entirely in your browser
How to use
- Bir ana bilgisayar takma adı ve ana bilgisayar adı (IP veya alan adı) girin.
- İsteğe bağlı alanları doldurun: User, Port, IdentityFile vb.
- Girdiyi eklemek için Ana Bilgisayar Ekle'ye tıklayın.
- Ek ana bilgisayarlar için tekrarlayın, ardından çıktıyı ~/.ssh/config dosyasına kopyalayın.
Tips & Best Practices
- Host alias is what you type when connecting (`ssh my-server`); HostName is the actual address.
- IdentityFile path uses `~/.ssh/id_rsa` style; SSH expands `~` to your home directory.
- For bastion/jump hosts, set `ProxyJump bastion-alias` on the inner host config.
- StrictHostKeyChecking yes is the production default; set to `accept-new` for first-time connections to trusted hosts.
- Add `IdentitiesOnly yes` when multiple keys are loaded — prevents SSH from trying them all and triggering "too many auth failures".
FAQ
Oluşturulan yapılandırmayı nereye koymalıyım?
Çıktıyı ~/.ssh/config dosyanıza kopyalayın. Dosya yoksa oluşturun. İzinlerinin 600 olduğundan emin olun (chmod 600 ~/.ssh/config).
ProxyJump nedir?
ProxyJump, ara bir bastion/sıçrama sunucusu üzerinden bir ana bilgisayara bağlanmanıza olanak tanır. Bunu, SSH yapılandırmanızda tanımlanan sıçrama ana bilgisayarının takma adına ayarlayın.
ForwardAgent ne işe yarar?
ForwardAgent, SSH aracı yönlendirmesini etkinleştirir ve uzak sunucuda yerel SSH anahtarlarınızı daha fazla SSH bağlantısı için kullanmanıza olanak tanır. Güvenilmeyen sunucularda dikkatli kullanın.
Verilerim güvende ve gizli mi?
Tüm işlemler tarayıcınızda yerel olarak gerçekleşir. Hiçbir sunucuya veri gönderilmez. SSH yapılandırma ayrıntılarınız tamamen gizli kalır.
Bu araç ücretsiz mi?
Evet, bu araç tamamen ücretsizdir ve kayıt gerektirmez.