Closed blin00 closed 5 years ago
The path passed to subprocess_auth_authorizedkeys_ is the user's home directory, but we're trying to read ~/.ssh/authorized_keys - the logged path should include .ssh.
subprocess_auth_authorizedkeys_
~/.ssh/authorized_keys
.ssh
The path passed to
subprocess_auth_authorizedkeys_
is the user's home directory, but we're trying to read~/.ssh/authorized_keys
- the logged path should include.ssh
.