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

18번째 줄: 18번째 줄:


==참고==
==참고==
* 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:02 판

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