diff --git a/README.md b/README.md index cf775b9..efed8a8 100644 --- a/README.md +++ b/README.md @@ -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 ] ` `` 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