You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use az ssh vm with this action does not work, and fails with:
WARNING: The command requires the extension ssh. It will be installed first.
WARNING: Default enabled including preview versions for extension installation now. Disabled in May 2024. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only.
ERROR: Failed to run ssh command with error: [Errno 2] No such file or directory: 'ssh'.
Attempting to install OpenSSH inside the inline script didn't seem to resolve the issue.
Is there a way to get this working?
The text was updated successfully, but these errors were encountered:
@Gilthans, according to Azure/azure-cli#27841 (comment), azure-cli has removed ssh from the docker image since 2.54.0, you have to install it manually. If you have already installed OpenSSH but the error persists, you can try using the argument --ssh-client-folder to provide the OpenSSH folder path.
Trying to use
az ssh vm
with this action does not work, and fails with:Attempting to install OpenSSH inside the inline script didn't seem to resolve the issue.
Is there a way to get this working?
The text was updated successfully, but these errors were encountered: