[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] telnet-ing



On Saturday 02 March 2002 03:37 am, Jens W. Skov - JS Consult wrote:
> Could I set up telnet to only accept access from certain ip-addresses?

/sbin/ipchains -A input -p tcp -s ip.ad.re.ss 25 -j ACCEPT
/sbin/ipchains -A input -p tcp -s 0/0 35 -j REJECT

ssh is very easy to install and setup. use the pkg from 
http://pkfmaster.com
if windows desktop use putty 
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
If linux desktop use OpenSSH (RPM or tar.gz)
http://www.openssh.org/portable.html 
--
Gerald Waugh