How can I disallow root logins from a telnet connection?
TIA.
--
Kertis Henderson
TIA.
--
Kertis Henderson
> How can I disallow root logins from a telnet connection?
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
>How can I disallow root logins from a telnet connection?
>TIA.
>--
>Kertis Henderson
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
My RH5.0 system came this way by default and does not allow root to login via
telnet. However, with a normal account, shell, and password, nothing stops you
from logging in as a regular user and the su'ing your way to full power.
tty1
tty2
...
tty7
tty8
192.168.0.2
but server rejects root login from 192.168.0.2.
That's because 192.168.0.2 is an IP, not a tty.Quote:> tty1
> tty2
> ...
> tty7
> tty8
> 192.168.0.2
> but server rejects root login from 192.168.0.2.
--
"In chaos and riots, the screech of machines | This space dedicated to
No right and no wrong and no in between | apocalyptic hamsters.
Fall one by one, the queen to her fool +-----------------------------
Dos dedos mis amigos - everything's cool" -Everything's Cool by PWEI
> How can I allow root logins from telnet? If I want to allow root login from
> 192.168.0.2, what should I write to securetty? I just tried
> tty1
> tty2
> ...
> tty7
> tty8
> 192.168.0.2
> but server rejects root login from 192.168.0.2.
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
modify your /etc/securetty file as other people have suggested.Quote:>How can I disallow root logins from a telnet connection?
/etc/hosts.deny:
ALL: ALL
/etc/hosts.allow:
.att.net, .ibm.net, somemachine.cool.net
the above 2 files mean that logins for any user would only be allowed from
any machine in the .att.net domain or .ibm.net domain, as well as a
specific machine named somemachine.cool.net. Modify this to your own
needs.
1. Enable root access to telnet with krb5-telnet
Hello All,
I would like to enable root login access to telnet on Fedora Core 6.
I am able to telnet to using a normal user, but not as a root user.
1) making changes to /etc/securetty with adding pts/0, pts/1 etc did
not help.
2) Removing the /etc/securetty file did not help.
3) Commenting out the auth entries in /etc/pam.d/login did not help.
4) If I disable krb5-telnet and install telnet-server rpm, the telnet
as root works on local system but a remote putty access is not
working.
My requirement is: I would like to login as root when telnet to my
remote Fedora Core6.
"Yes, I know. telnet is insecure, but this experiment is completely
inhouse and I _want_ to use telnet only"
Thanks in advance.
--
Senthil
2. Portforwarding with IPCAINS
4. IP forwarding from PPP connection
5. allow ftp, disallow telnet/ssh
6. networking printing systems
7. Why would "telnet localhost" disallow connection?
8. can't resolve symbol '_nl_C_LC_GOLLATE' ??? What the f...
9. how can I disallow one username being telnet or ftp to?
10. disallow telnet for wu.ftpd "guests"
11. root login disallowed. Not securetty problem
12. allow/disallow root logins