diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-19 23:29:36 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-19 23:29:36 +0200 |
commit | bb60c5b869931f305f15c5bfa9cdb3f68702f01f (patch) | |
tree | 435e70370b8ce3e9f004ace423937d8add148d0f | |
parent | 49b6104e9d0059b7990b3dcd53cca664d5cce7af (diff) | |
download | homer-bb60c5b869931f305f15c5bfa9cdb3f68702f01f.tar.gz homer-bb60c5b869931f305f15c5bfa9cdb3f68702f01f.tar.zst homer-bb60c5b869931f305f15c5bfa9cdb3f68702f01f.zip |
Add ssh key script
-rw-r--r-- | public/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/config.yml b/public/config.yml index a233f4f..bae6202 100644 --- a/public/config.yml +++ b/public/config.yml | |||
@@ -15,6 +15,8 @@ links: | |||
15 | url: "https://status.immae.eu" | 15 | url: "https://status.immae.eu" |
16 | - name: "Change password" | 16 | - name: "Change password" |
17 | url: "https://tools.immae.eu/ldap_password.php" | 17 | url: "https://tools.immae.eu/ldap_password.php" |
18 | - name: "Manage ssh keys" | ||
19 | url: "https://tools.immae.eu/ldap_ssh_keys.php" | ||
18 | - name: "Get your IP" | 20 | - name: "Get your IP" |
19 | url: "https://tools.immae.eu/myip.php" | 21 | url: "https://tools.immae.eu/myip.php" |
20 | 22 | ||
@@ -342,6 +344,8 @@ services: | |||
342 | links: | 344 | links: |
343 | - url: "https://gist.github.com/mattrude/657334" | 345 | - url: "https://gist.github.com/mattrude/657334" |
344 | name: "Source" | 346 | name: "Source" |
347 | - name: "Manage ssh keys" | ||
348 | url: "https://tools.immae.eu/ldap_ssh_keys.php" | ||
345 | - name: "temp.immae.eu" | 349 | - name: "temp.immae.eu" |
346 | url: "https://temp.immae.eu" | 350 | url: "https://temp.immae.eu" |
347 | links: | 351 | links: |