SSH
SSH는 가장 자주 사용하는 서비스입니다.Client 자신의 SSH
일반 target:sshd는 이미 준비되어 있어야 합니다.
접속
다른 LAN Server의 SSH 게시
Client에서 해당10.10.20.30:22로 직접 연결 가능해야 합니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Local 또는 LAN SSH를 persistent public port로 게시하고 각 hop을 진단합니다.
Target host : 127.0.0.1
Target port : 22
SSH user : existing-user
sshd는 이미 준비되어 있어야 합니다.
ssh -p <public-port> <ssh-user>@<server-public-IP>
ssh -p <public-port> <ssh-user>@fw.example.com
10.10.20.30:22로 직접 연결 가능해야 합니다.
ss -lntp | grep ':22'
sudo frpctl show services
sudo frpctl doctor
sudo frpctl show client <CLIENT-ID> services