Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created April 10, 2023 10:56
Show Gist options
  • Save anton-petrov/432c194dfad9feb600c6730f37b8368d to your computer and use it in GitHub Desktop.
Save anton-petrov/432c194dfad9feb600c6730f37b8368d to your computer and use it in GitHub Desktop.
Windows 10/11 ssh-copy-id
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS} "cat >> .ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment