Page 1 of 1

user root TOS 4.2.30

Posted: 17 Mar 2022, 20:32
by tecad64
Hi,

I have upgrade the NAS F4-210 to TOS 4.2.30, and now when i try to connect to the NAS using SSH, the root's password is not reconized.

Re: user root TOS 4.2.30

Posted: 17 Mar 2022, 22:04
by TMAY
I don't quite understand what you mean, can you describe it in more detail?

Re: user root TOS 4.2.30

Posted: 17 Mar 2022, 22:30
by tecad64
TMAY wrote: 17 Mar 2022, 22:04 I don't quite understand what you mean, can you describe it in more detail?
i usually use putty to connect to the NAS. i use root user and the user admin's password wich is same as the user root. After the upgrade to the 4.2.30 it seams that the root password is no longer reconized.

I explained the problem as best I can, hope you can understand.

thanks.

giampaolo.

Re: user root TOS 4.2.30

Posted: 17 Mar 2022, 22:58
by seajayshome
I don't think you can log directly in as root for security in current versions of TOS - you have to login as "admin" and then use the command:

Code: Select all

sudo -i
to change to root.

Re: user root TOS 4.2.30

Posted: 17 Mar 2022, 23:38
by tecad64
seajayshome wrote: 17 Mar 2022, 22:58 I don't think you can log directly in as root for security in current versions of TOS - you have to login as "admin" and then use the command:

Code: Select all

sudo -i
to change to root.
ok it's works!!! thanks.