From issues-return-89020-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Thu Jan 11 13:09:03 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id B850B180656 for ; Thu, 11 Jan 2018 13:09:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A8564160C20; Thu, 11 Jan 2018 12:09:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ED88F160C1F for ; Thu, 11 Jan 2018 13:09:02 +0100 (CET) Received: (qmail 58507 invoked by uid 500); 11 Jan 2018 12:09:02 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 58498 invoked by uid 500); 11 Jan 2018 12:09:02 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 58494 invoked by uid 99); 11 Jan 2018 12:09:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2018 12:09:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A9A7AC07E7 for ; Thu, 11 Jan 2018 12:09:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.711 X-Spam-Level: X-Spam-Status: No, score=-100.711 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id OcCKGf-vizfo for ; Thu, 11 Jan 2018 12:09:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D3D625F3BA for ; Thu, 11 Jan 2018 12:09:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 60CFCE0373 for ; Thu, 11 Jan 2018 12:09:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1E575240CA for ; Thu, 11 Jan 2018 12:09:00 +0000 (UTC) Date: Thu, 11 Jan 2018 12:09:00 +0000 (UTC) From: "Dmytro Shevchenko (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLOUDSTACK-10213) Allow specify SSH key lengh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-10213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Shevchenko resolved CLOUDSTACK-10213. -------------------------------------------- Resolution: Resolved > Allow specify SSH key lengh > --------------------------- > > Key: CLOUDSTACK-10213 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10213 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.11.0.0 > Reporter: Dmytro Shevchenko > Labels: ssh > > SSH keys generated by the ACS are only 1024 bit (RSA). The common standard is now at least 2048 bit. > decompiled com.jcraft.jsch.KeyPair: > {code:java} > public static KeyPair genKeyPair(JSch jsch, int type) throws JSchException { > return genKeyPair(jsch, type, 1024); > } > public static KeyPair genKeyPair(JSch jsch, int type, int key_size) throws JSchException { > KeyPair kpair = null; > .... > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)