Skip to content

Commit

Permalink
readme: cryptography update
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Aug 20, 2012
1 parent ac821ef commit abe0494
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -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) [Diffie-Hellman](http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange)
public keys. All further communication is performed under AES-256 encryption. 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 By default, Vock is using RSA private key located at ~/.ssh/id_rsa. If you want
`Private key should be loaded first` error, please ensure that you have key at to use other key, specify it's location by passing `--key-file` command-line
this place and, if your key has secured with password, that `VOCK_KEY_PASSWORD` argument or by running `vock set key-file /another/key`.
environment variable is set. If you want to use other key, specify it's location
in `VOCK_KEY_FILE` variable.


## Server ## Server


Expand Down

0 comments on commit abe0494

Please sign in to comment.