Seed SSH Key is a simple Bash script that generates a new RSA SSH key, copies it to a target host, and reminds you to remove any unauthorized keys. Perfect for quickly setting up secure SSH access to remote servers.
✨ Features
Generate RSA Key: Creates a new 4096-bit RSA key with a custom comment and timestamped filename.
SSH Key Seeding: Automatically seeds the generated public key to your target host using ssh-copy-id.
Security Reminders: Provides guidance on how to manage and remove unauthorized keys.