Return to Snippet

Revision: 46528
at November 5, 2011 02:42 by inreflection7


Updated Code
ssh localhost -CgL 8080(your computer IP address or name):80

ssh localhost -CgL 8080:10.10.10.104:80

so ssh localhost -CgL 8080(your computer's localhost:8080):10.10.10.104(PC IP you want to get):80(which is the default Web port)

Revision: 46527
at May 20, 2011 23:18 by inreflection7


Initial Code
ssh localhost -CgL 8080(your computer IP address or name):80

ssh localhost -CgL 8080:10.10.10.104:80

Initial URL


Initial Description
ssh localhost -CgL 8080(your computer IP address or name):80

Initial Title
SSH To Windows Local Host

Initial Tags
ssh

Initial Language
Bash