From dd9bc023b011b42d1dd33e0f01ee1b44fa750c95 Mon Sep 17 00:00:00 2001 From: Owen Jones <owen.jones@uwe.ac.uk> Date: Tue, 8 Oct 2024 11:48:02 +0000 Subject: [PATCH] do bold properly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c12ddce..579963b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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. ## Troubleshooting -** Permission denied (publickey) ** +**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: * User is their full UWE email address (including host portion), spelt correctly, all in lowercase * Host is `csctcloud.uwe.ac.uk` (spelt correctly) @@ -20,7 +20,7 @@ Get them to connect to the server using Azure CLI (`az login`): If in doubt just generate a new keypair and try copying that... -** Issue with installing Azure CLI SSH extension (`az ssh`) ** +**Issue with installing Azure CLI SSH extension (`az ssh`)** Installation fails with pip error, running with --debug flag will show problem with winreg.XX function call (file not found). Issue is caused by conflicting Anaconda libraries being included by Azure CLI during extension install. Temporarily change Anaconda directory to prevent conflict during extension installation: -- GitLab