๐ง์ด์์ฒด์ /Windows
์๋์ฐ - ์๋์ฐ์ Open SSH Server ์ค์นํ๊ธฐ(with Chocolatey)
Janger
2023. 4. 19. 17:12
728x90
1. Chocolatey ํจํค์ง ์ค์น ๋๊ตฌ ์ค์น (ํ์์ + ๊ด๋ฆฌ์ ๊ถํ)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2. openssh ์ค์น
choco install openssh -params '"/SSHServerFeature /KeyBasedAuthenticationFeature"'
3. ์๋น์ค ๋ฑ๋ก
powershell.exe -ExecutionPolicy Bypass -File 'C:โฉProgram FilesโฉOpenSSH-Win64โฉinstall-sshd.ps1'
4. sshd ์๋น์ค ์์
Start-Service sshd
5. sshd ์๋น์ค ์๋ ์คํ ๋ฑ๋ก
Set-Service sshd -startuptype automatic
์ถ์ฒ:
https://devofhwb.tistory.com/98
์๋์ฐ์ Open SSH ์ค์นํ๊ธฐ
์๋์ฐ์ ๋ฌด๋ฃ๋ก ์ฌ์ฉํ ์ ์๋ SSH ๋ฅผ ์ค์นํ๋ ค๊ณ .. ์ฌ๋ฌ ๋ฐฉ๋ฉด์ผ๋ก ์ฐพ์๋ณด๋ค๊ฐ, ์๋์ ๊ฐ์ ๋ฐฉ๋ฒ์ ์ฐพ์์ต๋๋ค.์ง์ openssh ๋ฅผ ์ค์น๋ ํ ์ ์์ต๋๋ค๋ง.. ๋ณต์กํ๊ณ , ์ข ๋ ํธํ ๋ฐฉ๋ฒ์ ์ฐพ์๋ณด๊ธฐ
devofhwb.tistory.com
https://winscp.net/eng/docs/guide_windows_openssh_server
Installing SFTP/SSH Server on Windows using OpenSSH :: WinSCP
Documentation » Using WinSCP » Guides » Other » Installing SFTP/SSH Server on Windows using OpenSSH Microsoft maintains a port of OpenSSH for Windows. You can use the package to set up an SFTP/SSH server on Windows. Installing SFTP/SSH Server On Window
winscp.net
728x90