Bug 510398 - Should not need to input password again when runing a vm in remote connection.
Summary: Should not need to input password again when runing a vm in remote connection.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: virt-manager
Version: 5.4
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Cole Robinson
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-09 02:54 UTC by Qunfang Zhang
Modified: 2009-12-14 21:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-09 11:55:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Remote connection (56.11 KB, image/png)
2009-07-09 02:54 UTC, Qunfang Zhang
no flags Details

Description Qunfang Zhang 2009-07-09 02:54:10 UTC
Created attachment 351011 [details]
Remote connection

Description of problem:
I have a remote connection in my Virtual Machine Manager, and it's disconnected. When I want to connect it, I must input the password of the remote Virtual Machine Manager. There are some vms in remote virtual machine and their status are Shutoff. But, When I right-click a vm and run it, I am required to input password again. It's unsuitable.

Version-Release number of selected component (if applicable):
RHEL5.4-Server-x86_64(2.6.18-156.el5xen)

 # rpm -qa | grep -E "libvirt |virt-manager|xen" 
libvirt-python-0.6.3-14.el5
libvirt-devel-0.6.3-14.el5
libvirt-0.6.3-14.el5
virt-manager-0.6.1-6.el5
xen-3.0.3-88.el5
libvirt-debuginfo-0.6.3-14.el5
xen-devel-3.0.3-88.el5
libvirt-cim-0.5.5-2.el5
virt-manager-debuginfo-0.6.1-6.el5
libvirt-debuginfo-0.6.3-14.el5
kernel-xen-2.6.18-156.el5
libvirt-0.6.3-14.el5
xen-libs-3.0.3-88.el5
xen-libs-3.0.3-88.el5
xen-devel-3.0.3-88.el5
kernel-xen-devel-2.6.18-156.el5
libvirt-devel-0.6.3-14.el5


How reproducible:
Always

Steps to Reproduce:
1.Add a remote connection, and ensure there're at least one vm in the remote connection
2.Make the vm in the remote connection  to be shutoff
3.Make the remote connection's status to be disconnection
4.connect the remote connection.
5.Run the vm in the remote connection
  
Actual results:
After step4, a window pops up, requesting a password.
After step5, the window pops up again, requesting a password for the second times.

Expected results:-
After step4, you need input the password of the remote connection.
After step5, the vm will run successfully without any password input request.

Additional info:

Comment 1 Cole Robinson 2009-07-09 11:55:07 UTC
Thanks for the report.

I assume you are using an SSH connection? If so, this is NOTABUG. We can't cache the user's SSH password to prevent the prompt from popping up multiple times. The only supportable solution is to SSH keys, or some other auth that can handle this like SASL.

Using plain SSH without keys is fine for testing, but not recommended for production use.


Note You need to log in before you can comment on or make changes to this bug.