From daa43fd44d5e0ed04b599263549b1e45222ed71b Mon Sep 17 00:00:00 2001 From: Owen Jones <owen.jones@uwe.ac.uk> Date: Fri, 11 Oct 2024 10:54:54 +0000 Subject: [PATCH] *always* get these the wrong way around --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c34741b..06c057e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Current WIP to quickly setup an SSH connection to the server, using `az ssh conf Issues: * Currently needs a login every time -- any way to check if token issued via Azure CLI? * Halts if `as ssh` extension not yet installed (is this a system wide install?) until interacted with -* Certificate is only issued for an hour -- ideally would be issued for remainder of token life (or configurable) -- (Github Issue)[https://github.com/Azure/azure-cli-extensions/issues/3565] +* Certificate is only issued for an hour -- ideally would be issued for remainder of token life (or configurable) -- [Github Issue](https://github.com/Azure/azure-cli-extensions/issues/3565) ## Troubleshooting ### Permission denied (publickey) -- GitLab