Re: Pre-entered password is what?
If you are using eveng then the pre-entered password is
eve
.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
eve
.
root
account using any SSH/SFTP client at all?
By default, ubuntu has no root password set.
How to change root password in Ubuntu
- Type the following command to become root user and issue
passwd
:sudo -i. passwd
- OR set a password for root user in a single go:
sudo passwd root
.- Test it your root password by typing the following command:
su -
root
(root is wo set name)