> For the complete documentation index, see [llms.txt](https://rigmon.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rigmon.gitbook.io/ko/getstarted/3-os-1/ssh.md).

# 윈도우즈 내장 SSH 사용

1. 명령프롬프트 (CMD) 실행
2. 아래 명령어 입력 (192.168.3.52를 채굴기의IP 주소로 변경하세요.)

```
ssh -o StrictHostKeyChecking=no root@192.168.3.52
Password: admin
find /app-data/miners/ -name 'start.py' | xargs sed -i -e 's/127.0.0.1/0.0.0.0/g' && reboot
```

![](https://3477246962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mj57UXxgJjhcKuIpOTW%2Fuploads%2FGUWJSYmxNLiZLYdQhAGJ%2Fssh.png?alt=media\&token=6d79c2c7-7d3b-434c-b0d9-a39318626272)

3\. 채굴기가 재시작 되고 리그몬매니저에서 검색이 가능하게 됩니다. &#x20;
