Y
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
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?
link
dcow
1386 days ago
The remote host can do:
fn authorized(peer: ClientConnection) -> bool { return true; }
link
folmar
1386 days ago
Use `ssh -vv` and you'll see which methods are proposed and used.
link