You might want to fetch news over a ssh tunnel, or use >groups.google.com to read news if you connect from satyam.
Well, doesn't an SSH tunnel require software on the server side too???
You need an ssh account anywhere - even localhost should do I guess.
#!/bin/sh
ssh -C -L8119:your.news.server:119 [EMAIL PROTECTED]
fetchnews -v
ps -U you | grep 'your.ssh.host' | awk '{print $1}' | xargs kill -9
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
