diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-05-18 23:24:31 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-05-18 23:24:31 +0100 |
commit | 4c123c188429e9530387f076cb7f34d0a37f228b (patch) | |
tree | 9f96e274599b1746ede29acba2596c907fdc9228 | |
parent | e74f5b423e514560d5a7bcca480c3c901bfae54e (diff) |
Mention Ed25519 keys
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ The client is configured using command-line flags. The server is configured using a JSON configuration file - [example](exampleconfig.json). For the server you need the following: -- A new ssh private key. Generate one in the usual way using `ssh-keygen -f ssh_ca` - this is your CA signing key. At this time Cashier supports RSA and ECDSA keys. *Important* This key should be kept safe - *ANY* ssh key signed with this key will be able to access your machines. +- A new ssh private key. Generate one in the usual way using `ssh-keygen -f ssh_ca` - this is your CA signing key. At this time Cashier supports RSA, ECDSA and Ed25519 keys. *Important* This key should be kept safe - *ANY* ssh key signed with this key will be able to access your machines. - Google OAuth credentials which you can generate at the [Google Developers Console](https://console.developers.google.com). You also need to set the callback URL here. |