what restrict telnet for root itself but allow for other user
Answers were Sorted based on User's Feedback
Answer / d.jagankumar
vi /etc/pam.d/login
auth required pam_securetty.so== 1st line
should be placed as required.if we change the option as
sufficient instead of required telnet can login as "root".
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raju
Root can login through telnet session, but by default it is
disabled. You can enable by appending /etc/securetty file
open /etc/securetty using vi
#vi /etc/securetty
pts/0
pts/1
don't remove anything from this /etc/securetty , just
append your entr
| Is This Answer Correct ? | 6 Yes | 3 No |
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
How to Create NIS Server And NIS Client? Explain With Example?
What is the difference between home directory and working directory?
what are acl permissions..? what is automation of jobs..?
what is the difference between semaphore, mutex & spinlock?????
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
what are the steps for Password-less ssh
what is the difference between NIS and DNS...?
Who owns the data dictionary?
My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.
How find out drivers of installed devices in linux (RHEL)?
How to Trouble shoot performance issue in RHEL administration ? please give to one example