Skip to content

furensic/Windows-SSH-Copy-ID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Windows-SSH-Copy-ID

quick PowerShell script that resembles basic ssh-copy-id functionality

Usage

If you haven't done so yet, set the execution policy for PowerShell scripts using a new Command Prompt started as Administrator: Set-ExecutionPolicy Unrestricted.

Download the Script or clone the repository, and run it in a PowerShell window e.g.: ./ssh-copy-id.ps1 -username "abc" -hostname "def" If you have multiple public key files, you can specify the path with -publicKeyPath "path".

If you haven't connected to the host before, you will be asked to accept the fingerprint of the host and enter your password.

About

quick powershell script that resembles basic ssh-copy-id functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published