From 4d489923055640a9e7bff595bf54d9b385464639 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 23 Jun 2015 08:20:12 +0000 Subject: [PATCH] small fix --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6e30b3a9..614096e0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,7 +29,6 @@ remote: Total 2965 (delta 1908), reused 2962 (delta 1905), pack-reused 0 Receiving objects: 100% (2965/2965), 3.41 MiB | 2.57 MiB/s, done. Resolving deltas: 100% (1908/1908), done. Checking connectivity... done. -cowrie@oxygen:~$ $ cd cowrie @@ -43,6 +42,6 @@ Cowry runs by default on port 2222. This can be modified in the configuration fi The following firewall rule will forward incoming traffic on port 22 to port 2222. ``` -$ sudo iptables -t nat -A PREROUTING -p tcp --dport 22 -j REDIRECT --to-port 2222 +$ sudo iptables -t nat -A PREROUTING -p tcp --dport 22 -j REDIRECT --to-port 2222 ```