Skip to content
Snippets Groups Projects
Commit ac12bcb9 authored by nimrod's avatar nimrod
Browse files

Updated the TODO list.

parent 55d19e46
Branches
No related tags found
No related merge requests found
...@@ -22,21 +22,16 @@ To start a new certificate authority:: ...@@ -22,21 +22,16 @@ To start a new certificate authority::
To sign a user's public key:: To sign a user's public key::
ssh-ca signuser username.pub ssh-ca signuser username
To sign a hosts's public key:: To sign a hosts's public key::
ssh-ca signhost hostname.pub ssh-ca signhost hostname
To generate a new keypair for a host with a signed public key:: To generate a new keypair for a host with a signed public key::
ssh-ca newhost host.domain.tld ssh-ca newhost host.domain.tld
To resign all public keys (this will overwrite existing signed public keys)::
ssh-ca resign
Deployment Deployment
---------- ----------
...@@ -64,6 +59,5 @@ at: https://www.shore.co.il/cgit/. ...@@ -64,6 +59,5 @@ at: https://www.shore.co.il/cgit/.
TODO TODO
---- ----
- Implement. - Test by starting sshd on localhost with a high port and connecting to it.
- Testing.
- Document deployment. - Document deployment.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment