| | |
Remotely loging into FreeBSD
Thread Solved |
I am using FreeBSD 6 ... and I use putty to remotely login to FreeBSD ... But the problem is that I can login with all my logins except the root ... when I login through root it gives me an error :
server sshd[500] : error : PAM authentication error for root from backupserver.
What should be the cause ??
server sshd[500] : error : PAM authentication error for root from backupserver.
What should be the cause ??
That's by design.
You should never log in remotely as root directly. If your password were the slightest bit insecure, you could be open to a brute-force password attack, and your whole system can be compromised.
As an alternative, add your user to the wheel group. That allows you to use the su command to gain root priviledges. Either that, or study up on the sudo command, which gives a finer-grained control on who can do what, and with what priviledges.
You should never log in remotely as root directly. If your password were the slightest bit insecure, you could be open to a brute-force password attack, and your whole system can be compromised.
As an alternative, add your user to the wheel group. That allows you to use the su command to gain root priviledges. Either that, or study up on the sudo command, which gives a finer-grained control on who can do what, and with what priviledges.
Alex Cavnar, aka alc6379
![]() |
Similar Threads
- FreeBSD only assigning inet6 addresses to ndis0 (*nix Software)
- Serial Console to work on FreeBSD (*nix Hardware Configuration)
- freeBSD the most simple install (*nix Software)
- Tutorials for Linux (*nix Software)
- Which distro for me? (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: How to install only grub to work with Fedora
- Next Thread: Internet connection setup in fedora
| Thread Tools | Search this Thread |






