[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fully transparent SSH proxy
[Thread Prev] | [Thread Next]
- Subject: Fully transparent SSH proxy
- From: Andrea Moretto <moretto.andrea@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 21 Jun 2010 17:08:39 +0200
- To: libssh@xxxxxxxxxx
Hi there! I would like to implement a FULLY TRANSPARENT SSH proxy using libssh. I am aware that an SSH proxy is a breach in a SSH secured system (MITM), but in my environment the security (and the identification) is granted by an underlying VPN. By "proxy" I mean an application that has both SSH server and SSH client parts. As soon a new connection is accepted from the server, a new "forwarded" SSH session is opened towards the destination. I have actually done most of the code, but I am not sure I am forwarding all the packets to the destination. Is there a way to forward "blindly" all the payload to the forwarded SSH session? Thanks in advance! Andrea Moretto moretto.andrea@xxxxxxxxx ------------------------------------------------------- CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. -------------------------------------------------------
Re: Fully transparent SSH proxy | Aris Adamantiadis <aris@xxxxxxxxxxxx> |