Y
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
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