Thanks, I mixed up my public and private.
- bwood
SessionOptions.SshPrivateKeyPath
:
HostName
UserName
SshHostKeyFingerprint
session.AddRawConfiguration("PublicKeyFile", @"C:\temp\id_rsa.ppk");
Command-line: ... PublicKeyFile="C:\temp\id_rsa.ppk" ....
...
Server offered these authentication methods: publickey,password,keyboard-interactive
Attempting keyboard-interactive authentication
PublicKeyFile
is passed, but in the end, it doesn't seem to be used.