Re: [CentOS] two questions about ssh tunneling

2009-12-04 Thread Les Mikesell
Tudod Ki wrote: > if I: > > ssh -fND localhost:6000 someb...@192.168.56.5 -p PORTNUMBER > > from computer "A" to computer "B" [B = 192.168.56.5] then I can set the > SOCKS proxy for e.g.: Firefox to use "localhost:6000" on computer "A". > Ok. I can surf the web through "B". > > But: > - Can an

Re: [CentOS] two questions about ssh tunneling

2009-12-04 Thread Andrew Harley
On Sat, 5 Dec 2009 10:14:01 am Joseph L. Casale wrote: > >if I: > > > >ssh -fND localhost:6000 someb...@192.168.56.5 -p PORTNUMBER > > > >from computer "A" to computer "B" [B = 192.168.56.5] then I can set the > > SOCKS proxy for e.g.: Firefox to use "localhost:6000" on computer "A". > > Ok. I can

Re: [CentOS] two questions about ssh tunneling

2009-12-04 Thread Joseph L. Casale
>if I: > >ssh -fND localhost:6000 someb...@192.168.56.5 -p PORTNUMBER > >from computer "A" to computer "B" [B = 192.168.56.5] then I can set the SOCKS >proxy for e.g.: Firefox to use "localhost:6000" on computer "A". Ok. I can >surf the web through "B". > >But: >- Can anyone sniff the traffic of

[CentOS] two questions about ssh tunneling

2009-12-04 Thread Tudod Ki
if I: ssh -fND localhost:6000 someb...@192.168.56.5 -p PORTNUMBER from computer "A" to computer "B" [B = 192.168.56.5] then I can set the SOCKS proxy for e.g.: Firefox to use "localhost:6000" on computer "A". Ok. I can surf the web through "B". But: - Can anyone sniff the traffic of "A"?