Networking Forums

Networking Forums > Computer Networking > Linux Networking > Logging ssh tunnel

Reply
Thread Tools Display Modes

Logging ssh tunnel

 
 
antiw
Guest
Posts: n/a

 
      10-07-2006, 01:43 PM
Hi,
I've created a tunnel by forwarding port 6666 on my host to port 22 on
the server:
ssh -N -f -D *:6666 -l user serverhost

Others can connect to Internet through that port (in their web-browsers
configure socket proxy to my host, port 6666, socket 5.0).
Now, I would like to log the pages that users visited. Is there any
tool to do that?
Thanks

 
Reply With Quote
 
 
 
 
David Schwartz
Guest
Posts: n/a

 
      10-08-2006, 02:12 AM

antiw wrote:
> Hi,
> I've created a tunnel by forwarding port 6666 on my host to port 22 on
> the server:
> ssh -N -f -D *:6666 -l user serverhost
>
> Others can connect to Internet through that port (in their web-browsers
> configure socket proxy to my host, port 6666, socket 5.0).
> Now, I would like to log the pages that users visited. Is there any
> tool to do that?
> Thanks


You will need a tool that's much more sophisticated at proxying than
ssh. I would look at 'squid' first.

DS

 
Reply With Quote
 
antiw
Guest
Posts: n/a

 
      10-08-2006, 05:20 AM
Thank you, I will try squid

David Schwartz wrote:
> antiw wrote:
> > Hi,
> > I've created a tunnel by forwarding port 6666 on my host to port 22 on
> > the server:
> > ssh -N -f -D *:6666 -l user serverhost
> >
> > Others can connect to Internet through that port (in their web-browsers
> > configure socket proxy to my host, port 6666, socket 5.0).
> > Now, I would like to log the pages that users visited. Is there any
> > tool to do that?
> > Thanks

>
> You will need a tool that's much more sophisticated at proxying than
> ssh. I would look at 'squid' first.
>
> DS


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN Tunnel Robert Craig Windows Networking 12 11-18-2008 01:52 PM
Tunnel X over ssh Joe Hesse Linux Networking 1 10-30-2007 05:45 PM
Logging into a domain then VPN with no split tunnel causing problems. RyanWalz@gmail.com Windows Networking 0 05-30-2007 08:31 PM
FTP Using SSH Tunnel Buck Turgidson Linux Networking 3 09-16-2004 06:59 PM
ssh tunnel /dev/null Linux Networking 3 10-25-2003 08:09 PM



1 2 3 4 5 6 7 8 9 10 11