Results 1 to 5 of 5
Hi experts.
Need help on how to enable direct login of root via ssh?
I find and info that i just need to update /etc/ssh/sshd_config, but i couldn't see that ...
- 05-12-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 5
Direct root login via ssh
Hi experts.
Need help on how to enable direct login of root via ssh?
I find and info that i just need to update /etc/ssh/sshd_config, but i couldn't see that file in the location...
Please help.
Many Thanks,
Rhea
- 05-12-2011 #2
The file and location seems right.
Are you sure sshd server is installed?
Maybe ask your package manager for the exact location
In sshd_config, the directive is called PermitRootLogin.Code:rpm -qvl openssh-server dpkg -L openssh-server
Imho, it is best practice to have remote root logins disabled.
But ymmv.You must always face the curtain with a bow.
- 05-12-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 5
- 05-12-2011 #4
Sure, from the RedHatNetwork (rhn).
If your machine is subscribed, the installation is just a
away.Code:yum install openssh-server
Other than that, openssh is also on the RedHat installation CDs/DVDsYou must always face the curtain with a bow.
- 05-27-2011 #5Just Joined!
- Join Date
- May 2011
- Posts
- 5
Hi Iritori,
I just logged on again... Many thanks for the advise.


Reply With Quote

