Hacker News new | ask | show | jobs
by jaimehrubiks 1450 days ago
Does it grab ssh passwords? (Not sshd password) when a user runs ssh from the target server itself to other servers
1 comments

Doubt it, but only for lack of trying. As the readme says this hooks into libpam, which wouldn't be used when ssh client makes an outgoing connection, unless the outgoing connection is to localhost. However, the method used in this should also be usable for hooking into an ssh client.