You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Bernhard Geisberger (Jira)" <ji...@apache.org> on 2023/06/30 14:49:00 UTC

[jira] [Updated] (SSHD-1332) Identities using tilde specified in config are not loaded

     [ https://issues.apache.org/jira/browse/SSHD-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernhard Geisberger updated SSHD-1332:
--------------------------------------
    Description: 
In the latest version of sshd, the library fails to load any identities specified in the {{.ssh/config}} file if they use tilde in their path (e.g. {{~/.ssh/id_test}}).

This seems to be a regression from [https://github.com/apache/mina-sshd/pull/353] because the {{resolveIdentityFilePath}} method inside {{HostConfigEntry}} is no longer called.

  was:
In the latest version of sshd, the library fails to load any identities specified in the `.ssh/config` file if they use tilde in their path (e.g. `~/.ssh/id_test`). 

This seems to be a regression from https://github.com/apache/mina-sshd/pull/353 because the `resolveIdentityFilePath` method inside `HostConfigEntry` is no longer called.


> Identities using tilde specified in config are not loaded
> ---------------------------------------------------------
>
>                 Key: SSHD-1332
>                 URL: https://issues.apache.org/jira/browse/SSHD-1332
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 2.10.0
>            Reporter: Bernhard Geisberger
>            Priority: Major
>
> In the latest version of sshd, the library fails to load any identities specified in the {{.ssh/config}} file if they use tilde in their path (e.g. {{~/.ssh/id_test}}).
> This seems to be a regression from [https://github.com/apache/mina-sshd/pull/353] because the {{resolveIdentityFilePath}} method inside {{HostConfigEntry}} is no longer called.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org