From dev-return-36141-apmail-mina-dev-archive=mina.apache.org@mina.apache.org Fri Mar 27 19:51:41 2020 Return-Path: X-Original-To: apmail-mina-dev-archive@www.apache.org Delivered-To: apmail-mina-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 5F8D919E76 for ; Fri, 27 Mar 2020 19:51:41 +0000 (UTC) Received: (qmail 44395 invoked by uid 500); 27 Mar 2020 19:45:01 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 44374 invoked by uid 500); 27 Mar 2020 19:45:01 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@mina.apache.org Received: (qmail 44362 invoked by uid 99); 27 Mar 2020 19:45:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2020 19:45:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BDDE5E2D8D for ; Fri, 27 Mar 2020 19:45:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 1DC017804F5 for ; Fri, 27 Mar 2020 19:45:00 +0000 (UTC) Date: Fri, 27 Mar 2020 19:45:00 +0000 (UTC) From: "Justin Crawford (Jira)" To: dev@mina.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SSHD-974) AuthorizedKeyEntry fails to parse ed25519 public keys 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/SSHD-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Crawford updated SSHD-974: --------------------------------- Attachment: id_ed25519.pub > AuthorizedKeyEntry fails to parse ed25519 public keys > ----------------------------------------------------- > > Key: SSHD-974 > URL: https://issues.apache.org/jira/browse/SSHD-974 > Project: MINA SSHD > Issue Type: Bug > Affects Versions: 2.4.0 > Environment: Arch Linux compiled with OpenJDK 1.8.0_242 > Reporter: Justin Crawford > Assignee: Lyor Goldstein > Priority: Minor > Attachments: Main.java, error.log, id_ed25519.pub > > > When parsing an authorized keys file, I get a StreamCorruptedException with the error message "Bad format (no key data delimiter)" however this key is accepted by OpenSSH and generated by ssh-keygen. Other key types, such as RSA, are parsed just fine by this parser. > I attached an example program demonstrating how I am using the parser. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org For additional commands, e-mail: dev-help@mina.apache.org