Thread
:
Got problem of SSH
View Single Post
Lovsan
2011-12-20 , 17:06
Posts: 55 | Thanked: 14 times | Joined on Dec 2011
#
4
you need to be logged as Root to be able to edit most of the files, you need to enable root login via ssh,
Pre PR1.1
1. open xterm
2. devel-su [enter] then your root password [enter]
3. nano /etc/ssh/sshd_config
then use the arrowkeys on the virtualkeyboard to navigate the file to "Authentication" section and change 'permitRootLogin' to yes
Code:
# Authentication: PermitRootLogin yes
once done, ctrl+o then enter saves the file
ctrl+x closes Nano
Quote & Reply
|
Lovsan
View Public Profile
Send a private message to Lovsan
Find all posts by Lovsan