From 94c02a8a0cfb7b4b4857743e82f7d69c5f975444 Mon Sep 17 00:00:00 2001
From: Owen Jones <owen.jones@uwe.ac.uk>
Date: Fri, 11 Oct 2024 10:54:08 +0000
Subject: [PATCH] current issues with batch script

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index c8c6f22..c34741b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@
 ## Quick Connect
 Current WIP to quickly setup an SSH connection to the server, using `az ssh config` to generate the necessary SSH config and SSH key (and install it on the server) in one step.
 
+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
 ### Permission denied (publickey)
 If an SSH config exists (it'll be created when they first setup a connection through vscode), open it up and check:
-- 
GitLab