OpenSSH
[Top] [All Lists]

Port Hopping in OpenSSH

To: openssh-unix-dev@mindrot.org
Subject: Port Hopping in OpenSSH
From: "Jeremy JACQUE" <jacquejeremy@hotmail.com>
Date: Sun, 25 Mar 2007 13:49:02 +0200
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
Hello,
I'm student in a French college and trying to implement Port Hopping for 
OpenSSH.
I already write some code (quite dirty you may say) that produce some big 
bugs !!
So  could you send me some advise on the implementation i wrote.
You may find the patch here :
     http://jacque.homelinux.org/openssh-4.6p1_PH3.patch.gz
Thanks a lot in advance.
Have a nice day

Jeremy JACQUE
jacquejeremy@hotmail.com

PS:
this implementation is only working with IPv4 sockets and support no 
subsystem, so you will need to use sshd -4.
You will find a file PORT_HOPPING_README with some explanations on how to 
compile and run the project.

!! Be careful, you may have some bugs (for ex: if stay pushing "enter" on 
the client console , the server will send in an endless loop a port hopping 
request ??)

A simple way to find the code i wrote in the source :
     grep -n modifier *.{c,h}

One more time thanks

_________________________________________________________________
Windows Live Spaces : créez votre blog à votre image ! 
http://www.windowslive.fr/spaces

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>
  • Port Hopping in OpenSSH, Jeremy JACQUE <=