Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

deprecated functions public_key.ssh_decode/2 and public_key.ssh_encode/2 in configurable_client_keys.ex #28

Open
Jbalcek opened this issue Sep 11, 2023 · 0 comments

Comments

@Jbalcek
Copy link

Jbalcek commented Sep 11, 2023

mix compile
==> sshex
Compiling 3 files (.ex)
warning: :public_key.ssh_decode/2 is undefined or private, use ssh_file:decode/2 instead
Invalid call found at 2 locations:
  lib/sshex/configurable_client_keys.ex:41: SSHEx.ConfigurableClientKeys.add_host_key/3
  lib/sshex/configurable_client_keys.ex:61: SSHEx.ConfigurableClientKeys.is_host_key/4

warning: :public_key.ssh_encode/2 is undefined or private, use ssh_file:encode/2 instead
  lib/sshex/configurable_client_keys.ex:43: SSHEx.ConfigurableClientKeys.add_host_key/3

public_key.ssh_decode/2 and public_key.ssh_encode/2 are now deprecated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant