How to enable the telnet or ftp session for one host
Answers were Sorted based on User's Feedback
Answer / mahesh
Enter host name or IP range in /etc/hosts.allow file to
allow telnet service.
/etc/default/login
#CONSOLE=/dev/console (comment CONSOLE line)
enter user name in /etc/ftpd/ftpusers file to allow or deny
ftp access
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / milan shah
Check the /etc/inetd.conf or /etc/xinetd.d file
or /etc/inet/inetd.conf to enable the ftp and telnet
services
#
ftp stream tcp nowait root /usr/sbin/ftpd ftpd
#telnet stream tcp nowait root /usr/sbin/telnetd
telnetd
uncomment for telnet as it is for ftp in above to enable
the services and restart the inetd service
# pkill -HUP inetd
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sbrahman75
Edit the /etc/hosts.allow (it will have list of host to
access) -> This will show the user list on that host.-
/etc/hosts.deny (it will have list of host to access
deny)-> This will show the user list on that host.-
/etc/services file
| Is This Answer Correct ? | 1 Yes | 0 No |
command to display default boot device
Syntax for useradd commad
What command can be used in running a background process?
What is mean by paging & server average time.
What are the options available in Solaris Security setting.?
how do u configure the disk
How will create a rootdg
How to view the kernel (shmmax)paramiter value in solaris 10?
what is differnce between boot -s and boot -S ?
Explain setuid, setgid and stickybit
How to clear the failing flag on a veritas volume manager disk:
Tell me the port for Telnet, ftp,nis,ssh,nfs