From fd11b23b0f77a87813c09d7214fbeb2ebba78109 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Tue, 1 Jul 2014 13:45:15 -0700 Subject: [PATCH] Shorten the description of ssh-ca. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81bbb0b..62b32d6 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Mosh](http://mosh.mit.edu/) - The mobile shell. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys. -* [ssh-ca](https://github.com/cloudtools/ssh-ca/) - Certificate based SSH allows us to launch a server at time X and grant SSH access to that server later at time X + Y without touching the authorized keys file. Further it allows us to generate certificates that expire at some predefined time meaning that users can be granted access to a system for a short period of time. +* [ssh-ca](https://github.com/cloudtools/ssh-ca/) - Allows giving ssh access to servers without putting a users key on the server, as well as expiring access. ## Statistics *Analytics software.*