Alon Bar-Lev 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);
Notice that _openSession() will not open twice.
And we maybe would like to continue the use of this session...
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 <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Dhandapani Gopal <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches