Skip to content

overgodofchaos/ssh-copy-id-windows

Repository files navigation

ssh-copy-id-windows


ssh-copy-id for Windows OS.

https://github.com/overgodofchaos/ssh-copy-id-windows

Install


With PyPi:

pip (or pipx) install ssh-copy-id-windows

Manual:

  1. Download zip archive from releases.
  2. Unzip the archive to any directory.
  3. Install with bat scripts or manually add bin directory to PATH.

Usage


Usage: ssh-copy-id [OPTIONS] HOST

Arguments:
  HOST  Host name in format name@host or hostname from ssh config.
        \[required]

Options:
  -i, --id-file TEXT  Name or path of id key file. By default copy all keys
                      from ~/.ssh directory.
  -p, --port INTEGER  Host port
  --help              Show this message and exit.

Examples


ssh-copy-id [email protected]
ssh-copy-id -i id_rsa.pub -p 1022 [email protected]

About

ssh-copy-id for Windows OS

Resources

License

Stars

Watchers

Forks

Packages

No packages published