From 3cc23b0d089aad36f0ce2ca261ddc7c6678e2e3f Mon Sep 17 00:00:00 2001 From: Owen Jones <owen.jones@uwe.ac.uk> Date: Fri, 14 Mar 2025 12:43:20 +0000 Subject: [PATCH] Fix for broken `az ssh` extension --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbc459c..de2e9fb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Can verify issue by trying to open the web page with cURL - will see the request [Github issue](https://github.com/microsoft/vscode-remote-release/issues/9548) - ### 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 @@ -58,4 +57,11 @@ Installation fails with pip error, running with --debug flag will show problem w Temporarily change Anaconda directory to prevent conflict during extension installation: * Change: `C:/Users/<username>/anaconda3` to `C:/Users/<username>/anaconda3_temp` * Retry ssh extension installation `az ssh ...` -* Revert anaconda3 directory name back to original \ No newline at end of file +* Revert anaconda3 directory name back to original + +### `az ssh` extension stops working after update +After updating, ssh extension stops working ("no module named 'rpds.rpds'") + +Reinstall ssh extension: `az extension remove -n ssh && az extension add -n ssh"` + +[Github issue](https://github.com/Azure/azure-cli/issues/31017) \ No newline at end of file -- GitLab