user root TOS 4.2.30

Permissions, domain/LDAP, power, security, notification and more.
Locked
User avatar
tecad64
Posts: 8
Joined: 30 Dec 2020, 23:41
Italy

user root TOS 4.2.30

Post 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.
User avatar
TMAY
Posts: 70
Joined: 17 Aug 2021, 10:00

Re: user root TOS 4.2.30

Post by TMAY »

I don't quite understand what you mean, can you describe it in more detail?
User avatar
tecad64
Posts: 8
Joined: 30 Dec 2020, 23:41
Italy

Re: user root TOS 4.2.30

Post 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.
User avatar
seajayshome
Posts: 20
Joined: 12 Feb 2022, 00:38

Re: user root TOS 4.2.30

Post 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.
User avatar
tecad64
Posts: 8
Joined: 30 Dec 2020, 23:41
Italy

Re: user root TOS 4.2.30

Post 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.
Locked