Hacker News new | ask | show | jobs
by bombcar 1386 days ago
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?
2 comments

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.