Doron Fediuck has posted comments on this change.

Change subject: bootstrap: allow retrieve ssh key fingerprint of server
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/hostinstall/VdsInstallerSSH.java
Line 613:         long timeout
Line 614:     ) throws Exception {
Line 615:         String fingerprint = null;
Line 616: 
Line 617:         _openSession(server, timeout, timeout);
If you're doing connect, why won't you disconnect?
Line 618: 
Line 619:         PublicKey serverKey = this.client.getServerKey();
Line 620:         if (serverKey != null) {
Line 621:             fingerprint = 
OpenSSHUtils.getKeyFingerprintString(serverKey);


--
To view, visit http://gerrit.ovirt.org/6997
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I08554a5daac4f43b514a7211abdfbb61d2cc5ace
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Dhandapani Gopal <dgo...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to