From 178988503118a83ffd56b45365fcb75ee4c3f16c Mon Sep 17 00:00:00 2001
From: Owen Jones <owen.jones@uwe.ac.uk>
Date: Tue, 8 Oct 2024 12:24:14 +0000
Subject: [PATCH] actually forget about that

---
 quick-connect.bat | 2 --
 1 file changed, 2 deletions(-)

diff --git a/quick-connect.bat b/quick-connect.bat
index 926791f..12131e2 100644
--- a/quick-connect.bat
+++ b/quick-connect.bat
@@ -9,7 +9,5 @@ IF EXIST "C:\Users\%username%\.ssh\csctcloud\" (
     rmdir "C:\Users\%username%\.ssh\csctcloud"
 )
 
-REM can we check here if certificate is still valid and/or if config has entry, and skip? (or combination of this?)
 CALL az ssh config --ip csctcloud.uwe.ac.uk --file "C:\Users\%username%\.ssh\config" --keys-destination-folder "C:\Users\%username%\.ssh\csctcloud"
-
 CALL code -n --remote ssh-remote+csctcloud.uwe.ac.uk
\ No newline at end of file
-- 
GitLab