SSH 접속할 때도 보이게 하기

PowerShell을 관리자 권한으로 실행 후 아래 코드 입력

New-ItemProperty -Path "HKLM:\\SOFTWARE\\OpenSSH" -Name DefaultShell -Value "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -PropertyType String -Force

맥에서 ssh로 접속한 결과

Untitled