[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] telnet-ing
- Subject: Re: [cobalt-users] telnet-ing
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Mar 2 04:43:58 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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