@oggy I'm using your branch to test a SFTP connection. I'm getting close, but having problems with ssh_key_cmp always returning 1. I'm passing in authorized_keys in as an Array, it's getting parsed correctly AFAIK. Not sure what else to try. Do you have sample project or could you write a test to show how it works?
@oggy I'm using your branch to test a SFTP connection. I'm getting close, but having problems with
ssh_key_cmp
always returning 1. I'm passing inauthorized_keys
in as an Array, it's getting parsed correctly AFAIK. Not sure what else to try. Do you have sample project or could you write a test to show how it works?