Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az ssh: infer public key from private key #3519

Closed
roy-work opened this issue Jun 18, 2021 · 3 comments
Closed

az ssh: infer public key from private key #3519

roy-work opened this issue Jun 18, 2021 · 3 comments
Assignees
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team. VM SSH

Comments

@roy-work
Copy link

Extension name (the extension in question)

az ssh

Description of issue (in as much detail as possible)

az ssh supports providing an SSH private/public keypair via the -i and -p options. -p (the public key) is required. Since ssh users almost always store the public key under the same filename as the private key with .pub suffixed to the end, could the necessary value for -p perhaps be inferred, if -i is provided and -p is not?

(Alternatively or additionally, it is also possible to compute the public portion of the key from the private key.)

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 18, 2021
@yonzhan yonzhan added the VM SSH label Jun 19, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jun 19, 2021
@yonzhan yonzhan removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label Jun 19, 2021
@yonzhan yonzhan added this to the S189 milestone Jun 19, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 19, 2021

VM SSH

@yonzhan yonzhan added feature-request This issue requires a new behavior in the product in order be resolved. OKR3.2 Candidate labels Jun 23, 2021
@yonzhan yonzhan modified the milestones: S189, Jul 2021 (2021-08-03) Jul 2, 2021
@yonzhan yonzhan added Service Attention This issue is responsible by Azure service team. and removed OKR3.2 Candidate labels Jul 31, 2021
@yonzhan yonzhan removed this from the Jul 2021 (2021-08-03) milestone Jul 31, 2021
@N6UDP
Copy link
Member

N6UDP commented Aug 2, 2021

Should be fixed in #3698

@maertendMSFT
Copy link
Member

closing as it is called out as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team. VM SSH
Projects
None yet
Development

No branches or pull requests

5 participants