[ https://issues.apache.org/jira/browse/KARAF-7601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650856#comment-17650856 ]
ASF subversion and git services commented on KARAF-7601: -------------------------------------------------------- Commit 0513e5d5b41dce421f8b557a110d01259155664f in karaf's branch refs/heads/main from Jean-Baptiste Onofré [ https://gitbox.apache.org/repos/asf?p=karaf.git;h=0513e5d5b4 ] Merge pull request #1703 from jbonofre/KARAF-7601 [KARAF-7601] Remove sshd deprecated sig algorithms > Remove two default ssh algorithms no longer available > ----------------------------------------------------- > > Key: KARAF-7601 > URL: https://issues.apache.org/jira/browse/KARAF-7601 > Project: Karaf > Issue Type: Improvement > Affects Versions: 4.3.7 > Reporter: Matt Pavlovich > Assignee: Jean-Baptiste Onofré > Priority: Minor > > These two algorithms do not appear to be available any more, but are setup in > the Activator for karaf ssh > # sk-ssh-ed25...@openssh.com > # ssh-ed25519 > Log: > {noformat} > karaf.log:2022-10-26T08:46:01,862 | WARN | activator-1-thread-1 | SshUtils > | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured > signature 'sk-ssh-ed25...@openssh.com' not available > karaf.log:2022-10-26T08:46:01,862 | WARN | activator-1-thread-1 | SshUtils > | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured > signature 'ssh-ed25519' not available > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)