OpenSSH 설치
Server 관리/Linux반응형
ms-settings: appsfeatures 로 설치할 수 있으나, 설치오류가 나거나 Command 로 설치해야 할 경우에 사용한다.
1) 설치여부 확인
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
2) Client 와 Server 설치
# Install the OpenSSH Client
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
# Install the OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
다시 설치여부 확인을 해보면 설치가 되어 있다고 나타난다.
참조) https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse
반응형
'Server 관리 > Linux' 카테고리의 다른 글
SELinux, 보안 (0) | 2020.04.23 |
---|---|
redhat.yum daum repo, centos repo 설정 (0) | 2020.04.09 |
RedHat.7.설치후 Subscription.YUM사용하려면필요 (0) | 2020.01.23 |
(작성중) Centos.Command.yum command list (0) | 2020.01.23 |
mysql 터널링(Tunneling).Local 방식 (0) | 2020.01.17 |