Merge pull request #22 from 001SPARTaN/patch-1

Fix typo.
master
Jeff Dimmock 2018-03-28 10:41:50 -07:00 committed by GitHub
commit 73a74f8df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ sysctl net.ipv4.ip_forward=1
### SSH for HTTP
We have previously covered using SSH for DNS tunnels. SSH works as a solid, and robust means to break through NAT and obtain a way for the implant to connect to a redirector annd into your server environment. First you must set up GatewayPorts forwarding or it won't work, using the following syntax on the redirector:
We have previously covered using SSH for DNS tunnels. SSH works as a solid, and robust means to break through NAT and obtain a way for the implant to connect to a redirector and into your server environment. First you must set up GatewayPorts forwarding or it won't work, using the following syntax on the redirector:
```nano /etc/ssh/sshd_config``` add ```GatewayPorts yes```