redhat-developer / redhat-developer/mapt
[bug] Can't ssh into windows with elevated privileges
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24
- Forks
- 36
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 8
Description
Currently after creating a Windows cloud machine on Azure, I cannot SSH into the system with the admin account:
$ ssh -i ./id_rsa -oIdentitiesOnly=yes $(cat adminusername)@$(cat host)
Connection reset by <host> port 22
while the same command works with the normal user account
$ ssh -i ./id_rsa -oIdentitiesOnly=yes $(cat username)@$(cat host)
PowerShell 7.4.2
PS C:\Users\rhqp>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file, entry point, or test is named. Start by reproducing the Azure Windows provisioning flow with the admin and normal SSH commands shown in the report, then trace how each account is configured for SSH. Done means the admin account can establish an SSH session with the documented command without resetting the connection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- cloud, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100