Yaniv Bronhaim has posted comments on this change.

Change subject: Adding useDefaultKeyPair implementation to EngineSSHDialog
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/EngineSSHClient.java
Line 44:     public String getHostFingerprint() throws IOException {
Line 45:         String fingerprint = 
OpenSSHUtils.getKeyFingerprintString(getHostKey());
Line 46: 
Line 47:         if (fingerprint == null) {
Line 48:             throw new java.net.ConnectException("SSH is not 
connected");
oops
Line 49:         }
Line 50: 
Line 51:         return fingerprint;
Line 52:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I02edaee6bc6e804bb36d3ab4dabaa21faa926fa0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to