Azure / Azure/azure-cli-extensions

"az ssh vm" does not go to the background

Open
#6,214 2 comments 1 reaction 1 assignee Claimed by @vthiebaut10 View on GitHub
Service Attention VM SSH
Dominant language
Python
Stars
454
Forks
1.7k
Avg merge
2d 19h
Merged PRs (30d)
64

Description

### Related command

```sh
az extension remove --name ssh && az extension add --name ssh --version 1.1.3

# Command does not go to the background
az ssh vm --hostname -- -f -N
> OpenSSH_8.6p1, LibreSSL 3.3.6

az extension remove --name ssh && az extension add --name ssh --version 1.1.2
# Command go to the background
az ssh vm --hostname -- -f -N
```

### Extension name (the extension in question)
ssh

### Description of issue (in as much detail as possible)

Prior to version 1.1.3 of the ssh extension, the command with the ssh flags `-f -N` went into the background. But with a newer version, the command stays in the foreground.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.