/
Limiting root access in HP-UX CDE
Limiting root access in HP-UX CDE
PROBLEM DESCRIPTION
When using HP-UX CDE, would like to disable remote login as root user.
RESOLUTION
When using CDE in HP-UX, you cannot completely block remote login as root user. However, when the CDE session is running, we can edit /usr/dt/bin/Xsession with the following lines to limit remote login as root.
#!/usr/bin/ksh if [ "$USER" = "root" ] && ([ "$DISPLAY" != ":0" ] || [ "$DISPLAY" != "unix:0" ] || [ "$DISPLAY" !="UNIX_HOSTNAME:0" ]) then exit fi
Related content
HP-UX CDE에서 root 로그인 제한
HP-UX CDE에서 root 로그인 제한
More like this
Limiting root access in AIX
Limiting root access in AIX
More like this
How to access True64 (Digital Unix) as a root user
How to access True64 (Digital Unix) as a root user
More like this
How do I configure XManager 1.3.9 to use SSH to open in CDE mode? [7]
How do I configure XManager 1.3.9 to use SSH to open in CDE mode? [7]
More like this
OpenSUSE 10.x, 11.0, Suse 8, 9, 10 and Suse Enterprise Server 9.x, 10.x XDMCP Configuration
OpenSUSE 10.x, 11.0, Suse 8, 9, 10 and Suse Enterprise Server 9.x, 10.x XDMCP Configuration
More like this
login 화면이 뜨질 않습니다. [1]
login 화면이 뜨질 않습니다. [1]
More like this