"윈도우10 OpenSSH 설치 확인"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(사용자 2명의 중간 판 3개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;윈도우10 OpenSSH 설치 확인
;윈도우10 OpenSSH 설치 확인


<source lang='doscon'>
<syntaxhighlight lang='powershell'>
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'


11번째 줄: 11번째 줄:
Name  : OpenSSH.Server~~~~0.0.1.0
Name  : OpenSSH.Server~~~~0.0.1.0
State : NotPresent
State : NotPresent
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[윈도우10 ssh 설치]]
* [[윈도우10 SSH 클라이언트 설치]]
* [[윈도우10 SSH 서버 설치]]


==참고==
==참고==
* https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse
* [https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse Install OpenSSH | Microsoft Docs]
* [https://www.lainyzine.com/ko/article/how-to-run-openssh-server-and-connect-with-ssh-on-windows-10/ <Windows 10> OpenSSH 서버 실행하고 SSH로 접속하는 방법]


[[분류: 윈도우 10]]
[[분류: 윈도우 10]]
[[분류: SSH]]
[[분류: SSH]]

2021년 6월 25일 (금) 22:15 기준 최신판

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 }}