Yair Zaslavsky has posted comments on this change.

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


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/EngineSSHDialog.java
Line 24:      * @return fingerprint.
Line 25:      */
Line 26:     public String getHostFingerprint() throws IOException {
Line 27:         if (_client == null) {
Line 28:             throw new java.net.ConnectException("SSH is not 
connected");
please import this.
Line 29:         }
Line 30:         return ((EngineSSHClient)_client).getHostFingerprint();
Line 31:     }
Line 32: 


-- 
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: 4
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