Andreas Schneider a écrit : >> Recently I am trying to use privatekey_from_file without a public key. I >> think I can do it by: >> >> privatekey_from_file -> publickey_from_privatekey -> publickey_to_string >> > Hi,
Another problem is the namespace mismatch, we forgot to prepend public_key and private_key with ssh_. If we implement anything new, it should use the ssh_ namespace. Aris
