|
|
@ -67,6 +67,7 @@ public class SshPane extends BasicPane { |
|
|
|
private JPanel sshSettingPane; |
|
|
|
private JPanel sshSettingPane; |
|
|
|
private SimpleCardPane verifyCardPane; |
|
|
|
private SimpleCardPane verifyCardPane; |
|
|
|
private final UIButton fileChooserButton = new UIButton(); |
|
|
|
private final UIButton fileChooserButton = new UIButton(); |
|
|
|
|
|
|
|
|
|
|
|
private static final String TRIM = SslUtils.CERTIFICATES + ProjectConstants.FORWARD_SLASH; |
|
|
|
private static final String TRIM = SslUtils.CERTIFICATES + ProjectConstants.FORWARD_SLASH; |
|
|
|
private static final String USE_PASSWORD = "usePassword"; |
|
|
|
private static final String USE_PASSWORD = "usePassword"; |
|
|
|
private static final String USE_KEY = "useKey"; |
|
|
|
private static final String USE_KEY = "useKey"; |
|
|
|