ssh-copy-id (Windows/Powershell) package

there is a ssh-copy-id package/script for windows powershell at chocolatey.org

installation

install chocolatey.org

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install ssh-copy-id

choco install ssh-copy-id

Link –> https://chocolatey.org/packages/ssh-copy-id

Leave a Reply

Your email address will not be published. Required fields are marked *