현재 구조
April 7, 2023
ssh 이창민@192.168.100.69 와 같은 방식으로 접속해서,
PS C:\\Users\\이창민 > 를 따고 싶다PS C:\\Users\\이창민> whoami
azuread\\이창민
OpenSSH on windows currently doesn't support AAD user login.
See this github issue.
An alternative solution to use this workaround which support password authentication only, or, if your company policy allows, create a local user in order to use key-based authentication.
get_passwd: LookupAccountName() failed 일 때 해결법인듯[Feature request] SSH with AAD credentials #1787
ssh azuread\\[email protected]@ip-of-host 도 동일한 시도법이나 ❌