윈도우10 OpenSSH 설치 확인

Jmnote (토론 | 기여)님의 2020년 7월 29일 (수) 23:46 판 (새 문서: ==개요== ;윈도우10 OpenSSH 설치 확인 <source lang='console'> PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' Name : OpenSSH.Client~~~~0.0....)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

윈도우10 OpenSSH 설치 확인
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'


Name  : OpenSSH.Client~~~~0.0.1.0
State : Installed

Name  : OpenSSH.Server~~~~0.0.1.0
State : NotPresent

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}