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
๋ฐ์ํ
'๐ง์ด์์ฒด์ > Windows' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์๋์ฐ - cmd ๊ด๋ฆฌ์ ๊ถํ ์คํ์ธ์ง ํ์ธ ํ๊ธฐ (0) | 2023.04.27 |
---|---|
์๋์ฐ - ์ฌ์ฉ์ ๊ณ์ ์์ฑ ๋ฐ ๊ด๋ฆฌ์ ๊ถํ ๋ถ์ฌ(net user) (0) | 2023.04.19 |
์๋์ฐ - ํ๋ก๊ทธ๋จ ํจํน ๋๊ตฌ(UPX) (0) | 2023.03.18 |
์๋์ฐ - HDD ์ด๊ธฐํ , USB ์ฉ๋ ๋ณต๊ตฌํ๊ธฐ(diskpart) (0) | 2023.02.26 |
์๋์ฐ - ํ์์๋ก ๋ฐํํ๋ฉด ์คํฌ๋ฆฐ์ท ์บก์ฒ (0) | 2023.02.08 |