openeuler-ci-bot 53d06ccb80
!5 卸载软件包后删除vmconsole用户
From: @crrs666 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2022-03-16 06:22:49 +00:00
2021-07-06 03:37:33 +08:00
2020-04-20 11:39:00 +08:00
2020-04-20 11:39:00 +08:00

ovirt-vmconsole

Description

ovirt-vmconsole enables secure access to virtual machine serial console. It uses SSH protocol to tunnel the console from customer to destination host.

Two components are available:

  • ovirt-vmconsole-host

    ssh daemon implementation that runs on the host end enables trusted connections to access the consoles. Consoles are assumed to be unix domain sockets that are directly attached to qemu virtual serial.

  • ovirt-vmconsole-proxy

    ssh daemon implementation that runs on the end user accessible host, users access the proxy, based on their public key the authorized consoles are fetch from a manager, once selected a connection to the host is established.

    The ovirt-vmconsole package cannot be used as-is, it requires customization to fetch users' authorized keys and users' authorized consoles.

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request
Description
No description provided
Readme 510 KiB
Languages
RPM Spec 100%