I need SSH root access. How do I make it stop warning me?
You can have secure access as any user even at root level while not being logged in as root. This is the preffered method. you can do this when you give the user sudo access and a prompt, you can than use the sudo and the su command to run commands at root level.
I believe dungog has a contrib for easy configuration of user remote access where you can set things like this.
I get this same errormessage and i would like to close this securityhole thus still allow remote SSH login with another user.
I use putty via Windows XP to my box.
I allready have Dungog's "User remote access" with Shell access and sudo enabled for the user i want to use instead of root.
And i can perform administrative tasks with this user when Remote access setting is "Secure Shell access - Allow public access (entire internet)" and "Allow administrative command line access over secure shell" and "Allow secure shell access using standard passwords" is both set to yes.
However if i disable these remote access settings as advised i can't use root login which is what i wanted. But i can not use the other user either. I then can not user remote SSH at all with any user. Putty just time out
How should i set it up so root can't have access over ssh and close this security hole but still be able to use another account to adminstrate my sme box via SSH?