View previous topic :: View next topic |
Author |
Message |
Noldar Guest
|
Posted: Tue May 28, 2002 6:30 pm Post subject: su and ssh problems |
|
|
Hello,
Actually, this is two problems.
First, I cannot su root. "su" is suid. I even put the user into the "root" group, though, maybe it serves as "wheel" under freebsd
Second, I cannot login as root via ssh. permit root login is set to yes in sshd.conf and I added pts/0 - pts/3 to /etc/securetty.
What am I doing wrong (or where is it documented) ? |
|
Back to top |
|
|
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
|
Back to top |
|
|
rizzo Retired Dev
Joined: 30 Apr 2002 Posts: 1067 Location: Manitowoc, WI, USA
|
Posted: Wed May 29, 2002 9:58 pm Post subject: |
|
|
1. Yes the user you want to "su" from must be in the "wheel" group.
2. I definitely wouldn't recommend allowing remote root logins. That said: Did you restart ssh after editing the .conf file? |
|
Back to top |
|
|
|