diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
commit | c01affb4c8bd6c907d7f00c85d38372370c2070f (patch) | |
tree | 6420b8dcc559da4fa050ef03af7a24b53ca1f1d2 /content/operations/acces | |
parent | 2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 (diff) | |
download | guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.tar.gz guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.zip |
Écriture du wiki en cours...
Diffstat (limited to 'content/operations/acces')
-rw-r--r-- | content/operations/acces/_index.md | 2 | ||||
-rw-r--r-- | content/operations/acces/gpg.md | 11 | ||||
-rw-r--r-- | content/operations/acces/pass.md | 7 | ||||
-rw-r--r-- | content/operations/acces/ssh.md | 9 |
4 files changed, 28 insertions, 1 deletions
diff --git a/content/operations/acces/_index.md b/content/operations/acces/_index.md index b244647..72859e4 100644 --- a/content/operations/acces/_index.md +++ b/content/operations/acces/_index.md @@ -1,7 +1,7 @@ +++ title = "Accès" description = "Accès" -weight = 5 sorted_by = "weight" +weight = 5 +++ diff --git a/content/operations/acces/gpg.md b/content/operations/acces/gpg.md new file mode 100644 index 0000000..24b5648 --- /dev/null +++ b/content/operations/acces/gpg.md @@ -0,0 +1,11 @@ ++++ +title = "GPG" +description = "GPG" +weight = 10 ++++ + +# Générer une clé + +# La partager + +# Signatures croisées diff --git a/content/operations/acces/pass.md b/content/operations/acces/pass.md new file mode 100644 index 0000000..62bf23a --- /dev/null +++ b/content/operations/acces/pass.md @@ -0,0 +1,7 @@ ++++ +title = "Pass" +description = "Pass" +weight = 40 ++++ + +https://www.passwordstore.org/ diff --git a/content/operations/acces/ssh.md b/content/operations/acces/ssh.md new file mode 100644 index 0000000..5f92888 --- /dev/null +++ b/content/operations/acces/ssh.md @@ -0,0 +1,9 @@ ++++ +title = "SSH" +description = "SSH" +weight = 20 ++++ + +Voir si on documented comment gérer SSH depuis GPG + +# Ajout de la clé au cluster |