Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KoHcoJlb committed Dec 28, 2020
1 parent 9ece395 commit 817f8f2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@

ssh-keys is ssh-agent/pageant implementation for windows

### Getting Started
## Getting Started
Download and run [ssh-keys.exe](https://github.com/)
**To add key** you can use ssh-add from OpenSSH.
**To remove key** open %AppData%/ssh-keys/config.toml and remove block with corresponding key.
**To remove key** open %AppData%/ssh-keys/config.toml and remove block with the corresponding key.

To copy public key to remote user's authorized_keys use command
`ssh-keys.exe copy-id [-p <port>] <username@host> <key>`
`<key>` is the name of the key previously added to ssh-keys.

### Features
![](https://raw.githubusercontent.com/KoHcoJlb/ssh-keys/examples/confirmation.png)

## Features
* Supports Pageant protocol (Putty, WinSCP)
* Supports OpenSSH
* Supports WSL1
* Confirmation for key operations
* Displays which application wants to use key
* RSA keys
* Permanent key storage
* ssh-copy-id utility
Expand Down

0 comments on commit 817f8f2

Please sign in to comment.