# ====================== SSH Copy ID Tool (English Version) ====================== # Place this in your $PROFILE together with the SSH Host Management tools <# .SYNOPSIS PowerShell version of ssh-copy-id - Copy your SSH public key to a remote Linux server .DESCRIPTION Exactly like the Linux ssh-copy-id command. Automatically creates ~/.ssh directory with correct permissions (700/600), supports user@host format, custom ports, force mode, and duplicate detection. Options (same as Linux): -i, --identity-file Public key file (auto-detects ed25519 > rsa by default) -p, --port SSH port (default 22) -o, --ssh-option