From 1061539906acf960b77091e1c151be6de3673020 Mon Sep 17 00:00:00 2001 From: Owen Jones <owen.jones@uwe.ac.uk> Date: Wed, 6 Nov 2024 14:32:21 +0000 Subject: [PATCH] now runs SSH extension install everytime --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 06c057e..8625641 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ 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) ## Troubleshooting -- GitLab