![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet help | mrice | UNIX for Dummies Questions & Answers | 1 | 08-11-2007 10:10 AM |
| TELNET help | seshumohan | Windows & DOS: Issues & Discussions | 1 | 03-08-2007 02:13 AM |
| telnet with ksh | taboaspedro | Shell Programming and Scripting | 2 | 12-30-2005 08:04 AM |
| Telnet | vtran4270 | UNIX for Advanced & Expert Users | 1 | 09-16-2002 11:17 AM |
| getting on to telnet | tamworther | UNIX for Dummies Questions & Answers | 1 | 08-20-2002 01:50 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
telnet
Hello Mentor
I am a newbies in unix hope you can understand the way i ask since am not totally knows everything in unix. I have an AIX and wanted to secure the remote terminal, I mean i dont want the windows OS terminal directly connect the unix box using telnet. How and what files should I reconfigure in order not to connect using the terminal thanks, |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can configure /etc/hosts.allow and /etc/hosts.deny accordingly, they control accesses of standard services or u may use a 'tcp wrapper' too. You might also consider using secure shell (ssh) for remote connection ...
|
|
#3
|
|||
|
|||
|
or maybe you would want to shut down telnet services altogether by disabling them in /etc/rc.inetd
bakunin |
|
#4
|
|||
|
|||
|
i'd pretty much say the same. disable all unsecure services in /etc/inetd.conf (and be sure to run the 'refresh -s inetd' after you change it). install ssh.
|
|||
| Google The UNIX and Linux Forums |