bbala2020
September 29th, 2009, 03:35 AM
I maintain a server which can access internet via proxy pointing to another server. I want users of my server to access internet only via my server. ie they need to ssh to my server with X11 forwarding and open up a firefox or elinks etc.. but because of port forwarding feature, users computer can get internet without having to use resources of my server. ie
ssh username@myserver -L 3128:proxyserver:proxyport gives their computer the full internet access. This is not desirable and they should be banned to do so. How do i prevent it?
ssh username@myserver -L 3128:proxyserver:proxyport gives their computer the full internet access. This is not desirable and they should be banned to do so. How do i prevent it?