0

After opening file manager, clicking on the other-locations tab and open an sftp connection. I try to open a remote terminal by right-clicking on the folder and selecting Open in Remote Terminal. Instead of opening under the user root of the ubuntu I'm trying to connect, it opens the user under the name of my current computer.

[email protected]'s password:

instead of

[email protected]'s password:

Trake Vital
  • 111
  • 3

1 Answers1

0

Here's how to fix this:

  1. Run the following command:

    sudo nano /etc/ssh/sshd_config
    
  2. Change the variable PermitRootLogin to yes (uncomment if necessary)

  3. Save changes & restart the computer.


Thanks to the source to the solution.

Trake Vital
  • 111
  • 3