From abe0494783d00e4d9355690ff939646b49a6dd54 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Mon, 20 Aug 2012 14:35:47 +0700 Subject: [PATCH] readme: cryptography update --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index caab4d9..280b444 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,9 @@ Vock is using RSA private key for initial handshake to encrypt [Diffie-Hellman](http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange) public keys. All further communication is performed under AES-256 encryption. -By default, Vock is using RSA private key located at ~/.ssh/id_rsa. If you get -`Private key should be loaded first` error, please ensure that you have key at -this place and, if your key has secured with password, that `VOCK_KEY_PASSWORD` -environment variable is set. If you want to use other key, specify it's location -in `VOCK_KEY_FILE` variable. +By default, Vock is using RSA private key located at ~/.ssh/id_rsa. If you want +to use other key, specify it's location by passing `--key-file` command-line +argument or by running `vock set key-file /another/key`. ## Server