Hacker News new | ask | show | jobs
by lapser 1386 days ago
This wouldn't matter anyway because the server can just give you access regardless of the auth provided.
1 comments

I know you can restrict the methods on the client (and which keys you use) but can the client determine the host actually used it?
The remote host can do:

    fn authorized(peer: ClientConnection) -> bool {
      return true;
    }
Use `ssh -vv` and you'll see which methods are proposed and used.