본문 바로가기

Server

Reverse RDP

내 컴퓨터 A

원격을 할 대상 서버 B




  • Syntax: plink.exe -P 22 -C -R 127.0.0.1:12345::3389 -l netspi -pw letmein
  • Example: plink.exe 192.168.1.100  -P 22 -C -R 127.0.0.1:12345:192.168.1.5:3389 -l test -pw password

https://blog.netspi.com/how-to-access-rdp-over-a-reverse-ssh-tunnel/

'Server' 카테고리의 다른 글

Solaris 11 / Oracle Database 12.1.0.2(12c)  (0) 2016.03.15
리눅스 사용자 계정 정책  (0) 2016.02.12
Intel S3420GP Datasheet  (0) 2015.08.16
Set Throttling Mode(CLTT,OLTT)?  (0) 2015.08.01
리눅스/유닉스/OSX 파일 확장자 변경  (0) 2015.02.18