aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-22 15:23:13 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-22 15:23:13 +0100
commitcb02bbd37c34b9fc55057d8d97115b42220afc9e (patch)
treedad99c62c21afbac7efaa721e6350a8641ea4ff4 /README.md
parent80dafd879b958e4865676c65b77557cf9392aeb5 (diff)
Make 2048 the default key size.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c870a6..90d09a1 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The CA verifies the token and signs the public key with the signing key and retu
The command on the user's machine receives the certificate and loads it and the previously generated private key into the ssh agent.
-The user can now ssh to the production machine, and continue to ssh to any machine that trusts the CA signing key until the certificate is revoked or expires or is removed from the keychain.
+The user can now ssh to the production machine, and continue to ssh to any machine that trusts the CA signing key until the certificate is revoked or expires or is removed from the agent.
# Usage
Cashier comes in two parts, a [client](client) and a [server](server).