Pre-entered password is what?

Advertisement

xu
Joined:
Posts:
3
Location:
SH

Pre-entered password is what?

I have a problem logging into WinSCP
  1. host name is IP address of development board
  2. port number is 22
  3. user name is root(root is wo set name)
  4. password is wo set inUbuntu;
When I log in, you are required to provide a password entered in advance. But what is the Pre-entered password? How can I log in WinSCP?

tks

Reply with quote

Advertisement

Helvetica
Donor
Joined:
Posts:
20
Location:
Switzerland

The root password has nothing to do with WinSCP. WinSCP does not have a password of its own. It only uses the password you use to access the files e.g. on a website.
The root password is the one used to access your actual device (usually Linux devices), e.g. if you have a VU+ satellite receiver and need to change something in the files using FTP.

This is what I found for you after a search:
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 -
There is a good article here with explanations and instructions:
https://linuxize.com/post/how-to-change-root-password-in-ubuntu/

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum