CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/12 15:36:44
Modified files:
usr.bin/ssh : ssh-agent.c ssh-keygen.c sshconnect2.c
Log message:
security keys typically need to be tapped/touched in order to perform
a signature operation. Notify the user when this is expected via
the TTY (if available) or $SSH_ASKPASS if we can.
ok markus@
