IT/Windows7-10, Server
Windows Server 2016 OpenSSH SFTP Server 셋팅
Ro85
2021. 2. 18. 23:22
반응형
OpenSSH Download
https://github.com/PowerShell/Win32-penSSH/releases
Windows Server 해당 경로로 파일 이동
C:\Windows\OpenSSH-Win64
제어판\시스템 및 보안\시스템\설정 변경
제어판 \ 시스템 및 보안 \ 시스템 \ 설정변경 \ 고급 \ 환경 변수
제어판 \ 시스템 및 보안 \ 시스템 \ 설정변경 \ 고급 \ 환경 변수 \ 시스템 변수 \ Path
Double Click
제어판 \ 시스템 및 보안 \ 시스템 \ 설정변경 \ 고급 \ 환경 변수 \ 시스템 변수 \ Path
새로 만들기 C:\Windows\OpenSSH-Win64
Windows Server Powershell 실행, Run [Powershell]
C:\Windows\OpenSSH-Win64 경로 지정
.\install-sshd.ps1 실행
Windows Key + R 실행창을 열고 services.msc 입력
Windows Services 실행~ 짜잔!!
OpenSSH SFTP 설치 완료
OpenSSH SSH Server 를 실행해준다.
다음은 OpenSSH SSH Server Setting 에 대해서 알아보자.
Port 22 인바운드 규칙 설정 PowerShell 에서 .\FixHostFilePermission.ps1 실행
Windows firewall is running 방화벽으로 이동 22/TCP port
22번 포트 인바운드 설정까지 완료
반응형