Skip to content

[bug] Can't ssh into windows with elevated privileges #694

@kpouget

Description

@kpouget

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions