Skip to content

Instantly share code, notes, and snippets.

@zRains
Created January 13, 2024 12:36
Show Gist options
  • Save zRains/229367d1453cbc78d84548932cf8e53e to your computer and use it in GitHub Desktop.
Save zRains/229367d1453cbc78d84548932cf8e53e to your computer and use it in GitHub Desktop.
Ssh copy id in windows.
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment