Copy SSH key to Linux server using PowerShell
ssh-copy-id on PowerShell:
type $env:USERPROFILE.ssh\id_rsa.pub | ssh [email protected] "cat >> .ssh/authorized_keys"
ssh-copy-id on PowerShell:
type $env:USERPROFILE.ssh\id_rsa.pub | ssh [email protected] "cat >> .ssh/authorized_keys"