chickadee » minissh » userauth-publickey

userauth-publickey ssh user pk skprocedure

Tries to log in to ssh using the public key (base64 string) and secret key (blob) provided. Returns #t on successful login, #f otherwise.

It is an error to call this when (ssh-user ssh) is already set.