Skip to main content
  • »
  • NETWORKING »
  • Jaka jest różnica między eouser i eoconsole w NSIS?

Jaka jest różnica między eouser i eoconsole w NSIS?

Podczas tworzenia maszyny wirtualnej w CentOS lub Ubuntu można zalogować się jako jeden z 2 różnych użytkowników: eouser lub eoconsole.

../_images/img1.png

Możesz połączyć się z terminala jako eouser.

Nie jest wymagane hasło, należy użyć klucza prywatnego:

ssh -i <path to your private key> eouser@<ip address>

eg.

$ ssh -i .ssh/john-doe.priv [email protected]
The authenticity of host '45.130.28.103 (45.130.28.103)' can't be established.
ECDSA key fingerprint is SHA256:WYTkJAWIrneXK7+ERx5Ac+vc7rRV9Hgv5JDCMWWKfe8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '45.130.28.103' (ECDSA) to the list of known hosts.
Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-66-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

eouser@test:~$

Możesz również połączyć się z OpenStack Dashboard (Horizon) za pomocą eoconsole.

../_images/img2.png

Zostanie wyświetlone okno terminala:

../_images/img3.png

Login jest następujący:

../_images/img4.png ../_images/img5.png ../_images/img6.png ../_images/img7.png